Commit abfe1524 by Richard Kenner

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

From-SVN: r9110
parent fa4f1d36
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment