Merge pull request #957 from mattn/no_ambiguous

Remove warning for regexp
This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-03-05 22:01:35 -08:00
-1
View File
@@ -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