* src/parse-gram.y (add_param): Fix bug where NUL was mishandled.

This commit is contained in:
Paul Eggert
2004-09-27 22:04:13 +00:00
parent ead9e56eb2
commit 5b7e1e73e6

View File

@@ -1,3 +1,8 @@
2004-09-27 Paul Eggert <eggert@cs.ucla.edu>
* src/parse-gram.y (add_param): Fix bug where NUL was mishandled.
Avoid the use of strchr to avoid future recurrences.
2004-09-27 Akim Demaille <akim@epita.fr>
* data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.