From: Paul Eggert Date: Mon, 27 Sep 2004 22:06:45 +0000 (+0000) Subject: Fix comment in latest checkin; there wasn't a bug. X-Git-Tag: BISON-2_0~99 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/3fee967f8365fe8da58bb18f67e6ab6059f49351?ds=inline Fix comment in latest checkin; there wasn't a bug. --- diff --git a/ChangeLog b/ChangeLog index 6657f471..3b3cf808 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2004-09-27 Paul Eggert - * 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