* tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 because

it was double-quoted.
This commit is contained in:
Joel E. Denny
2006-11-11 04:12:48 +00:00
parent 07c39ae908
commit 405d53b724
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
* tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 because
it was double-quoted.
* 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.