]> git.saurik.com Git - bison.git/commit
All uses of XCALLOC, XMALLOC, and XREALLOC changed to use new macros
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2002 04:45:45 +0000 (04:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2002 04:45:45 +0000 (04:45 +0000)
commit1dd15b6ea60d170ea443f8c1756052cb4ea33c14
treeb8b67d158460211c9b92a9efbecfe3d736e249d1
parentbb7c2bc6236c317205e0dc3323633f1d3cee2c49
All uses of XCALLOC, XMALLOC, and XREALLOC changed to use new macros
CALLOC, MALLOC, REALLOC.  All uses of XFREE changed to free.
src/LR0.c
src/conflicts.c