parseaut: misc cleanups
* spot/parseaut/parseaut.yy: Remove extra ;. * spot/parseaut/scanaut.ll: Use nullptr instead of 0.
This commit is contained in:
parent
f07fbbae79
commit
866263ecc6
2 changed files with 3 additions and 3 deletions
|
|
@ -2481,7 +2481,7 @@ namespace spot
|
|||
if (r.h->aut && !r.h->aut->is_existential())
|
||||
r.h->aut->merge_univ_dests();
|
||||
return r.h;
|
||||
};
|
||||
}
|
||||
|
||||
parsed_aut_ptr
|
||||
parse_aut(const std::string& filename, const bdd_dict_ptr& dict,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue