* src/tgbaparse/tgbaparse.yy: Accept automaton without state.
* src/ltltest/randltl.cc: Typo.
This commit is contained in:
parent
3f2790061a
commit
86b7f26960
3 changed files with 14 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue