]> git.saurik.com Git - bison.git/commitdiff
Fix comment in latest checkin; there wasn't a bug.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Sep 2004 22:06:45 +0000 (22:06 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Sep 2004 22:06:45 +0000 (22:06 +0000)
ChangeLog

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