]> git.saurik.com Git - bison.git/commit - ChangeLog-2012
* src/lalr.c (transpose): Free the memory allocated to the
authorAkim Demaille <akim@epita.fr>
Wed, 5 Dec 2001 09:28:27 +0000 (09:28 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 5 Dec 2001 09:28:27 +0000 (09:28 +0000)
commit9887c18aca3cedcf003ffb150af5f597f4bf3956
treeeec5860ca5d75822548a420fb3e95169740d6df6
parent4d4f699ca481fbb1d255ade0561ad6c7a89949ae
* 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