From abfe15243c6dc896f174cf807d682136c20e5b5a Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 2 Mar 1995 18:08:54 -0500 Subject: [PATCH] (yylex, case !NOT_FLOAT): Remove previous change. From-SVN: r9110 --- gcc/c-lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 75869a23d5c..14a0af304da 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -1271,7 +1271,7 @@ yylex () if (floatflag != NOT_FLOAT) { - tree type = long_double_type_node; + tree type = double_type_node; int garbage_chars = 0, exceeds_double = 0; int imag = 0; REAL_VALUE_TYPE value; -- 2.30.2