make %(foo) work

This commit is contained in:
Yusuke Endoh
2012-04-20 14:11:34 +09:00
parent fb196f4242
commit dd1527cfc8
+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