* src/tgbaparse/tgbaparse.yy: Accept automaton without state.

* src/ltltest/randltl.cc: Typo.
This commit is contained in:
Denis Poitrenaud 2005-01-11 12:27:37 +00:00
parent 3f2790061a
commit 86b7f26960
3 changed files with 14 additions and 3 deletions

View file

@ -148,10 +148,10 @@ main(int argc, char** argv)
exit(2);
}
if (opt_r > opt_F)
if (opt_r > opt_f)
{
std::cerr << "-r's argument (" << opt_r << ") should not be larger than "
<< "-F's (" << opt_F << ")" << std::endl;
<< "-f's (" << opt_F << ")" << std::endl;
exit(2);
}