]> git.saurik.com Git - bison.git/commit
tables: scope reduction
authorAkim Demaille <akim@lrde.epita.fr>
Wed, 26 Dec 2012 16:56:20 +0000 (17:56 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Wed, 26 Dec 2012 17:03:51 +0000 (18:03 +0100)
commit28be3b8e53cdf664c3f2e59cf5fb6c50266d4a11
tree1bf93762ef2c29877ca8a59131b3b8293ff63cf6
parente697f05b351e186b65e1ea3cbc2411d20ff261d1
tables: scope reduction

* src/tables.c (save_column, pack_vector): Reduce the scope to
emphasize the structure of the code.
Rename the returned value "res" to make understanding easier.
src/tables.c