aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-03-02 18:08:54 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-03-02 18:08:54 -0500
commitabfe15243c6dc896f174cf807d682136c20e5b5a (patch)
tree0ffa353291ffa8a237b03170cb53c137c518391a /gcc
parentfa4f1d3636ddd23ac3bca984ebe796f4978b4ea8 (diff)
downloadgcc-abfe15243c6dc896f174cf807d682136c20e5b5a.zip
gcc-abfe15243c6dc896f174cf807d682136c20e5b5a.tar.gz
gcc-abfe15243c6dc896f174cf807d682136c20e5b5a.tar.bz2
(yylex, case !NOT_FLOAT): Remove previous change.
From-SVN: r9110
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index 75869a2..14a0af3 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;