Minor fixes.

* src/misc/bddop.hh, src/tgba/taa.hh, src/tgbaalgos/ltl2taa.hh:
Fix sanity (incorrect include guard).
* src/tgba/tgbacomplement.cc, src/tgba/tgbacomplement.hh:
Copyright 2009.
* src/tgbaalgos/eltl2tgba_lacim.cc: Use abbreviations.
* src/tgbatest/taa.cc: Fix it.
This commit is contained in:
Damien Lefortier 2009-10-16 17:00:46 +02:00
parent 627b667712
commit 84060b49e5
8 changed files with 70 additions and 36 deletions

View file

@ -19,8 +19,8 @@
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
#ifndef SPOT_TAAALGOS_LTL2TAA_HH_
# define SPOT_TAAALGOS_LTL2TAA_HH_
#ifndef SPOT_TGBAALGOS_LTL2TAA_HH
# define SPOT_TGBAALGOS_LTL2TAA_HH
#include "ltlast/formula.hh"
#include "tgba/taa.hh"
@ -51,4 +51,4 @@ namespace spot
taa* ltl_to_taa(const ltl::formula* f, bdd_dict* dict);
}
#endif /* !SPOT_TAAALGOS_LTL2TAA_HH_ */
#endif // SPOT_TGBAALGOS_LTL2TAA_HH