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: http://review.tizen.org/git/?a=commitdiff_plain;h=3062864d2c6423263c140adea9b7df5c9fe2aaef;p=platform%2Fupstream%2Fbison.git Fix infringement on user name space reported by Janos Zoltan Szabo. --- diff --git a/ChangeLog b/ChangeLog index ba9fe53..eb2abfc 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.