* src/ltlparse/public.hh: Work around Bison 2.3 unique guards.

This commit is contained in:
Alexandre Duret-Lutz 2006-08-17 09:32:49 +00:00
parent 641db2d77d
commit 6cf223bba4
2 changed files with 11 additions and 4 deletions

View file

@ -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/ltlvisit/reduce.hh, src/ltlvisit/reduce.hh:

View file

@ -1,6 +1,6 @@
// 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>