* bison.s1 (yyparse): Assign the default value

unconditionally, to avoid a GCC warning and make the parser a
tad smaller.
This commit is contained in:
Akim Demaille
2000-10-02 10:29:00 +00:00
parent 8f52a1e790
commit da9abf4366
3 changed files with 26 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
2000-10-02 Paul Eggert <eggert@twinsun.com>
* bison.s1 (yyparse): Assign the default value
unconditionally, to avoid a GCC warning and make the parser a
tad smaller.
2000-10-02 Akim Demaille <akim@epita.fr>
* src/getargs.c (getargs): Don't dump `--help' on unrecognized