]> git.saurik.com Git - bison.git/commit
* src/lalr.c (transpose): Free the memory allocated to the
authorAkim Demaille <akim@epita.fr>
Wed, 5 Dec 2001 09:17:50 +0000 (09:17 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 5 Dec 2001 09:17:50 +0000 (09:17 +0000)
commit4cecb5a2481ba9f3b254928ba705299b1548d09c
treecd341edc89edd81ccbde63fcd5991fe0f7e613aa
parent76c97f6a39acf7d88cca18df039f890d415b4890
* src/lalr.c (transpose): Free the memory allocated to the
argument, as it is replaced by the results by the unique caller.
(build_relations): Merely invoke transpose: it handles the memory
deallocation.
Improve variable locality.
Avoid variables used as mere abbreviations.
(compute_lookaheads): Use arrays instead of pointers.
ChangeLog
src/lalr.c