* src/tgbaparse/tgbaparse.yy (lines): Expect at last one line.
This commit is contained in:
parent
cd8090d66c
commit
d3a9261816
3 changed files with 14 additions and 11 deletions
|
|
@ -46,7 +46,8 @@ tgba: accepting_decl lines | lines;
|
|||
|
||||
accepting_decl: ACC_DEF acc_decl ';'
|
||||
|
||||
lines:
|
||||
/* At least one line. */
|
||||
lines: line
|
||||
| lines line
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue