mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53:03 +00:00
Use yy* consistently.
* data/glr.c: Now that yyrhs no longer exists as a global variable, rename local "rhs" variables into "yyrhs" for consistency.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2008-11-26 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Use yy* consistently.
|
||||
* data/glr.c: Now that yyrhs no longer exists as a global
|
||||
variable, rename local "rhs" variables into "yyrhs" for
|
||||
consistency.
|
||||
|
||||
2008-11-25 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Get rid of yyrhs and yyprhs in glr.c.
|
||||
|
||||
Reference in New Issue
Block a user