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
6cf223bb
Commit
6cf223bb
authored
Aug 17, 2006
by
Alexandre Duret-Lutz
Browse files
* src/ltlparse/public.hh: Work around Bison 2.3 unique guards.
parent
641db2d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
6cf223bb
2006-08-16 Alexandre Duret-Lutz <adl@gnu.org>
2006-08-17 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/ltlparse/public.hh: Work around Bison 2.3 unique guards.
2006-08-16 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/evtgbaparse/public.hh: Work around Bison 2.3 unique guards.
* src/ltlvisit/reduce.hh, src/ltlvisit/reduce.hh:
...
...
src/ltlparse/public.hh
View file @
6cf223bb
// Copyright (C) 2003, 2004, 2005
Laboratoire d'Informatique de
Paris 6 (LIP6),
// département Systèmes Répartis Coopératifs (SRC),
Université Pierre
// et Marie Curie.
// Copyright (C) 2003, 2004, 2005
, 2006
Laboratoire d'Informatique de
//
Paris 6 (LIP6),
département Systèmes Répartis Coopératifs (SRC),
//
Université Pierre
et Marie Curie.
//
// This file is part of Spot, a model checking library.
//
...
...
@@ -23,6 +23,9 @@
# define SPOT_LTLPARSE_PUBLIC_HH
# include "ltlast/formula.hh"
// Unfortunately Bison 2.3 uses the same guards in all parsers :(
# undef BISON_LOCATION_HH
# undef BISON_POSITION_HH
# include "ltlparse/location.hh"
# include "ltlenv/defaultenv.hh"
# include <string>
...
...
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