This commit is contained in:
Ukrainskiy Sergey
2018-09-22 17:23:03 +09:00
committed by Yukihiro "Matz" Matsumoto
parent fa45cc4272
commit 31bfc55866
+1 -1
View File
@@ -5189,7 +5189,7 @@ parser_yylex(parser_state *p)
case '5': case '6': case '7': case '8': case '9':
{
int is_float, seen_point, seen_e, nondigit;
int suffix;
int suffix = 0;
is_float = seen_point = seen_e = nondigit = 0;
p->lstate = EXPR_ENDARG;