Commit e38ba3d5 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Revert #4300

Originally, it was not necessary to change. I made mistake.
parent d5939879
......@@ -5419,7 +5419,7 @@ parser_yylex(parser_state *p)
tokfix(p);
if (is_float) {
#ifdef MRB_WITHOUT_FLOAT
yywarning(p, "floating point numbers are not supported");
yywarning_s(p, "floating point numbers are not supported", tok(p));
pylval.nd = new_int(p, "0", 10, 0);
return tINTEGER;
#else
......
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