From: Richard Kenner Date: Thu, 2 Mar 1995 23:08:54 +0000 (-0500) Subject: (yylex, case !NOT_FLOAT): Remove previous change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=abfe15243c6dc896f174cf807d682136c20e5b5a;p=gcc.git (yylex, case !NOT_FLOAT): Remove previous change. From-SVN: r9110 --- 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;