* data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register".

This commit is contained in:
Paul Eggert
2005-01-21 19:12:51 +00:00
parent cb530ce9e2
commit 08b770bc1b

View File

@@ -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