* src/ltlparse/ltlparse.yy (result): Suppress unused definition.

This commit is contained in:
Alexandre Duret-Lutz 2003-06-04 14:33:34 +00:00
parent 27c83cce24
commit b8bb100521
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,7 @@
2003-06-04 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/ltlparse/ltlparse.yy (result): Suppress unused definition.
* src/Makefile.am (SUBDIRS): Build `ltltest' after `.'.
* src/ltlparse/ltlscan.ll: Use ltlyy as %prefix.

View file

@ -4,8 +4,6 @@
#include "ltlast/allnodes.hh"
#include "ltlvisit/destroy.hh"
extern spot::ltl::formula* result;
%}
%parse-param {spot::ltl::parse_error_list &error_list}
@ -27,7 +25,7 @@ extern spot::ltl::formula* result;
#include "parsedecl.hh"
using namespace spot::ltl;
/* Ugly hack so that Bison use ltlyylex, not yylex.
/* Ugly hack so that Bison uses ltlyylex, not yylex.
(%name-prefix doesn't work for the lalr1.cc skeleton
at the time of writing.) */
#define yylex ltlyylex