(yylex, case !NOT_FLOAT): Remove previous change.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 2 Mar 1995 23:08:54 +0000 (18:08 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 2 Mar 1995 23:08:54 +0000 (18:08 -0500)
From-SVN: r9110

gcc/c-lex.c

index 75869a23d5c4f277a3d035dce19685250b6c8afd..14a0af304dadd584847184423eef5ce27fbf338e 100644 (file)
@@ -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;