* src/ltlparse/ltlparse.yy: Typo in comment.

This commit is contained in:
Alexandre Duret-Lutz 2003-06-05 12:20:02 +00:00
parent 80dd0ae140
commit cebffb11e8
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2003-06-05 Alexandre Duret-Lutz <aduret@src.lip6.fr> 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. * configure.ac: Output src/tgbatest/Makefile and src/tgbatest/defs.
* src/Makefile.am (SUBDIRS): Add tgbatest. * src/Makefile.am (SUBDIRS): Add tgbatest.
* src/tgba/tgbaexplicit.hh, src/tgba/tgbaexplicit.cc: New file. * src/tgba/tgbaexplicit.hh, src/tgba/tgbaexplicit.cc: New file.

View 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) We mut ensure that YYSTYPE is declared (by the above %union)
before parsedecl.hh uses it. */ before parsedecl.hh uses it. */
#include "parsedecl.hh" #include "parsedecl.hh"