* src/ltlparse/ltlparse.yy: Typo in comment.
This commit is contained in:
parent
80dd0ae140
commit
cebffb11e8
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2003-06-05 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||
|
||||
* src/ltlparse/ltlparse.yy: Typo in comment.
|
||||
|
||||
* configure.ac: Output src/tgbatest/Makefile and src/tgbatest/defs.
|
||||
* src/Makefile.am (SUBDIRS): Add tgbatest.
|
||||
* src/tgba/tgbaexplicit.hh, src/tgba/tgbaexplicit.cc: New file.
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
}
|
||||
|
||||
%{
|
||||
/* Spotparse.hh and parsedecl.hh include each other recursively.
|
||||
/* ltlparse.hh and parsedecl.hh include each other recursively.
|
||||
We mut ensure that YYSTYPE is declared (by the above %union)
|
||||
before parsedecl.hh uses it. */
|
||||
#include "parsedecl.hh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue