]> git.saurik.com Git - bison.git/commit
(set_goto_map): Do not subtract from the returned value of malloc.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2002 08:26:46 +0000 (08:26 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2002 08:26:46 +0000 (08:26 +0000)
commit5362cd5f78124793d08c803fb89e00ca251f51e9
tree9e20fdd660d7685c55ff21f14ba15405ab9a0ce8
parente46cedb9be2d99b2bf0f6a4ef5f73ba5aafb76ba
(set_goto_map): Do not subtract from the returned value of malloc.
(add_lookback_edge): Use malloc rather than calloc,
since the resulting storage is always stored into.
src/lalr.c