Commit 1d42e8ca authored by mattn's avatar mattn

Remove warning for regexp

parent 6d0e2519
......@@ -4485,7 +4485,6 @@ parser_yylex(parser_state *p)
}
pushback(p, c);
if (IS_SPCARG(c)) {
arg_ambiguous(p);
#if 0
p->lex_strterm = new_strterm(p, str_regexp, '/', 0);
#endif
......
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