From: Paul Eggert Date: Mon, 30 May 2005 17:23:52 +0000 (+0000) Subject: Fix infringement on user name space reported by Janos Zoltan Szabo. X-Git-Tag: BISON-2_1~125 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/3062864d2c6423263c140adea9b7df5c9fe2aaef Fix infringement on user name space reported by Janos Zoltan Szabo. --- diff --git a/ChangeLog b/ChangeLog index ba9fe534..eb2abfc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-30 Paul Eggert + + Fix infringement on user name space reported by Janos Zoltan Szabo. + * data/yacc.c (yyparse): strlen -> yystrlen. + 2005-05-30 Akim Demaille * data/lalr1.cc (_): New.