minor modification
This commit is contained in:
parent
ec47c06ad7
commit
45751d25ed
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ stat { int ident, val; } :
|
||||||
| '\en'
|
| '\en'
|
||||||
;
|
;
|
||||||
|
|
||||||
expr(int level, *val;) { int expr; } :
|
expr(int level, int *val;) { int expr; } :
|
||||||
factor(val)
|
factor(val)
|
||||||
[ %while (prio(tok.t_tokno) >= level)
|
[ %while (prio(tok.t_tokno) >= level)
|
||||||
/* Swallow operators as long as their priority is
|
/* Swallow operators as long as their priority is
|
||||||
|
|
Loading…
Add table
Reference in a new issue