mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register".
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user