]> git.saurik.com Git - bison.git/commit - src/parse-gram.c
style: rename internal "stype" as "union_members" for clarity
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 4 Feb 2013 17:35:51 +0000 (18:35 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 4 Feb 2013 17:45:21 +0000 (18:45 +0100)
commitc5dbd909d0fcdacb46d4d601ebcadfc0f680cd56
treeba991641e067d7a55ae1993f6d1200133fa81490
parent6112cb1802254af7678f4754ff6059b0500667e9
style: rename internal "stype" as "union_members" for clarity

"stype" is quite unclear, and it also collides with the former %define
variable that had the same name (replaced by api.value.type).

* src/parse-gram.y (stype): Rename as...
(union_members): this.
* data/bison.m4: Adjust.
(b4_user_stype): Rename as...
(b4_user_union_members): this.
* data/c++.m4, data/c.m4: Adjust.
* src/parse-gram.c: regen.
data/bison.m4
data/c++.m4
data/c.m4
src/parse-gram.c
src/parse-gram.y