]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Fix comment in latest checkin; there wasn't a bug.
[bison.git] / ChangeLog
index 3c1863eba0c88668a09b9e91d293be40cca71c1e..3b3cf80887564b064e139b11f85c5ba673f6aaf4 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): Rewrite to avoid strchr,
+       since it's less likely to work if NULs are involved in the future.
+
 2004-09-27  Akim Demaille  <akim@epita.fr>
 
        * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.