Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
b8bb1005
Commit
b8bb1005
authored
Jun 04, 2003
by
Alexandre Duret-Lutz
Browse files
* src/ltlparse/ltlparse.yy (result): Suppress unused definition.
parent
27c83cce
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b8bb1005
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.
...
...
src/ltlparse/ltlparse.yy
View file @
b8bb1005
...
...
@@ -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 use
s
ltlyylex, not yylex.
(%name-prefix doesn't work for the lalr1.cc skeleton
at the time of writing.) */
#define yylex ltlyylex
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment