* 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
|
|
@ -1,5 +1,7 @@
|
||||||
2003-06-30 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
2003-06-30 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||||
|
|
||||||
|
* src/tgbaparse/tgbaparse.yy (lines): Expect at last one line.
|
||||||
|
|
||||||
* doc/Doxyfile.in (HAVE_DOT): Set to YES to output
|
* doc/Doxyfile.in (HAVE_DOT): Set to YES to output
|
||||||
collaboration diagrams.
|
collaboration diagrams.
|
||||||
* doc/mainpage.dox: Typo.
|
* doc/mainpage.dox: Typo.
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,8 @@ tgba: accepting_decl lines | lines;
|
||||||
|
|
||||||
accepting_decl: ACC_DEF acc_decl ';'
|
accepting_decl: ACC_DEF acc_decl ';'
|
||||||
|
|
||||||
lines:
|
/* At least one line. */
|
||||||
|
lines: line
|
||||||
| lines line
|
| lines line
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue