* src/Makefile.am (YACC): Use --warnings=all,error so that Bison's own

grammar is maintained with Bison's highest standards.
* src/getargs.c: Fix some typos in Doxygen comments.
This commit is contained in:
Joel E. Denny
2006-11-10 06:11:21 +00:00
parent 580b892607
commit 07c39ae908
3 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
* src/Makefile.am (YACC): Use --warnings=all,error so that Bison's own
grammar is maintained with Bison's highest standards.
* src/getargs.c: Fix some typos in Doxygen comments.
2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
Fix memory leaks in scanners generated by at least Flex 2.5.9 and