* src/ltlparse/public.hh: Work around Bison 2.3 unique guards.
This commit is contained in:
parent
641db2d77d
commit
6cf223bba4
2 changed files with 11 additions and 4 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
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/evtgbaparse/public.hh: Work around Bison 2.3 unique guards.
|
||||||
* src/ltlvisit/reduce.hh, src/ltlvisit/reduce.hh:
|
* src/ltlvisit/reduce.hh, src/ltlvisit/reduce.hh:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
|
// Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique de
|
||||||
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
// Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
|
||||||
// et Marie Curie.
|
// Université Pierre et Marie Curie.
|
||||||
//
|
//
|
||||||
// This file is part of Spot, a model checking library.
|
// This file is part of Spot, a model checking library.
|
||||||
//
|
//
|
||||||
|
|
@ -23,6 +23,9 @@
|
||||||
# define SPOT_LTLPARSE_PUBLIC_HH
|
# define SPOT_LTLPARSE_PUBLIC_HH
|
||||||
|
|
||||||
# include "ltlast/formula.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 "ltlparse/location.hh"
|
||||||
# include "ltlenv/defaultenv.hh"
|
# include "ltlenv/defaultenv.hh"
|
||||||
# include <string>
|
# include <string>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue