From 08b770bc1b39ab10efc5aaa062690ccf48839541 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 21 Jan 2005 19:12:51 +0000 Subject: [PATCH] * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register". --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 629606d2..3cbc9e87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-01-21 Paul Eggert + + * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register" + keyword; it's not needed with modern compilers, and it doesn't + affect correctness with older compilers. Suggested by + twlevo@xs4all.nl. + 2005-01-17 Paul Eggert * data/glr.c (yyuserAction): Add "default: break;" case to pacify -- 2.45.2