From f49a78fcf72c7efa924dd4d9a5fa5f48d3f5ca93 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 18 Dec 1999 21:01:51 -0500 Subject: [PATCH] Fix typo in last change From-SVN: r31019 --- gcc/fold-const.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 335cb5cbc3e..7d676a8f911 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -1118,7 +1118,7 @@ real_hex_to_f (s, mode) abort (); shcount -= 4; - if (high == 0 && low == 0)) + if (high == 0 && low == 0) return dconst0; /* Normalize. */ -- 2.30.2