Commit 9e8f254f authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #957 from mattn/no_ambiguous

Remove warning for regexp
parents 6b2b6b15 1d42e8ca
...@@ -4485,7 +4485,6 @@ parser_yylex(parser_state *p) ...@@ -4485,7 +4485,6 @@ parser_yylex(parser_state *p)
} }
pushback(p, c); pushback(p, c);
if (IS_SPCARG(c)) { if (IS_SPCARG(c)) {
arg_ambiguous(p);
#if 0 #if 0
p->lex_strterm = new_strterm(p, str_regexp, '/', 0); p->lex_strterm = new_strterm(p, str_regexp, '/', 0);
#endif #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