* src/ltlparse/ltlscan.ll (to_parse_size): Declare as size_t to

remove a warning with newer versions of Flex.
This commit is contained in:
Alexandre Duret-Lutz 2003-05-15 08:55:52 +00:00
parent a92327d30b
commit f1838ab8ef
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2003-05-15 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/ltlparse/ltlscan.ll (to_parse_size): Declare as size_t to
remove a warning with newer versions of Flex.
* src/ltlparse/ltlparse.yy (error_list, parse_environment, result):
CVS Bison now supports %parse-param for the C++ skeleton; pass these
variables as arguments to the Parser::Parser constructor instead of