]> git.saurik.com Git - bison.git/commitdiff
* src/parse-gram.y (add_param): Fix bug where NUL was mishandled.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Sep 2004 22:04:13 +0000 (22:04 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Sep 2004 22:04:13 +0000 (22:04 +0000)
ChangeLog

index 3c1863eba0c88668a09b9e91d293be40cca71c1e..6657f4713978dcf45801205adb9bca04beb4b45f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.