(yylex, case !NOT_FLOAT): Remove previous change.

From-SVN: r9110
This commit is contained in:
Richard Kenner 1995-03-02 18:08:54 -05:00
parent fa4f1d3636
commit abfe15243c
1 changed files with 1 additions and 1 deletions

View 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;