* src/evtgbaparse/evtgbaparse.yy, src/evtgbaparse/evtgbascan.ll,
src/evtgbaparse/fmterror.cc, src/evtgbaparse/parsedecl.hh, src/evtgbaparse/public.hh, src/evtgbatest/product.cc, src/evtgbatest/readsave.cc, src/ltlparse/fmterror.cc, src/ltlparse/ltlparse.yy, src/ltlparse/parsedecl.hh, src/ltlparse/public.hh, src/tgbaparse/parsedecl.hh, src/tgbaparse/public.hh, src/tgbaparse/tgbaparse.yy: Update to Bison 2.0.
This commit is contained in:
parent
461fcd3732
commit
5cd58f9aaf
16 changed files with 64 additions and 66 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
// et Marie Curie.
|
||||
//
|
||||
|
|
@ -67,7 +67,9 @@ main(int argc, char** argv)
|
|||
spot::evtgba_explicit* a = spot::evtgba_parse(argv[filename_index],
|
||||
pel, debug);
|
||||
|
||||
exit_code = spot::format_evtgba_parse_errors(std::cerr, pel);
|
||||
exit_code = spot::format_evtgba_parse_errors(std::cerr,
|
||||
argv[filename_index],
|
||||
pel);
|
||||
|
||||
if (a)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// Copyright (C) 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
// et Marie Curie.
|
||||
//
|
||||
|
|
@ -54,7 +54,8 @@ main(int argc, char** argv)
|
|||
spot::evtgba_explicit* a = spot::evtgba_parse(argv[filename_index],
|
||||
pel, debug);
|
||||
|
||||
exit_code = spot::format_evtgba_parse_errors(std::cerr, pel);
|
||||
exit_code = spot::format_evtgba_parse_errors(std::cerr, argv[filename_index],
|
||||
pel);
|
||||
|
||||
if (a)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue