Merge pull request #5 from mame/fix-percent-notation

make %(foo) work
This commit is contained in:
Yukihiro "Matz" Matsumoto
2012-04-20 00:52:39 -07:00
+1
View File
@@ -4228,6 +4228,7 @@ parser_yylex(parser_state *p)
else if (term == '[') term = ']';
else if (term == '{') term = '}';
else if (term == '<') term = '>';
p->sterm = term;
#if 0
else paren = 0;
#endif