]> git.saurik.com Git - bison.git/commitdiff
* data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register".
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 21 Jan 2005 19:12:51 +0000 (19:12 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 21 Jan 2005 19:12:51 +0000 (19:12 +0000)
ChangeLog

index 629606d2b32232d771714833174ed2f4ef9a9ca9..3cbc9e8780ba7782494c8c700f5da8b49f383430 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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  <eggert@cs.ucla.edu>
 
        * data/glr.c (yyuserAction): Add "default: break;" case to pacify