From c267ffbced7fba6cb1b5bfb849482398667e190c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 25 Feb 2003 07:58:42 +0000 Subject: [PATCH] yylineno -> yylno to avoid collision with flex. Sync depcomp with Automake 1.7.3. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0ba9650..da7b94c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-02-24 Paul Eggert + + * data/glr.c (yy_reduce_print): yylineno -> yylno, + to avoid collision with flex use of yylineno. + Problem reported by Bruce Lilly in + . + * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise. + * data/yacc.c (yy_reduce_print): Likewise. + + * config/depcomp: Sync with Automake 1.7.3. + 2003-02-21 Akim Demaille * data/lalr1.cc: Use temporary variables instead of casts to -- 2.7.4