XFREE -> free

This commit is contained in:
Paul Eggert
2004-11-22 21:05:25 +00:00
parent c1f8f16a9b
commit afbb696d19
12 changed files with 36 additions and 29 deletions

View File

@@ -1,3 +1,10 @@
2004-11-22 Paul Eggert <eggert@cs.ucla.edu>
* src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
src/system.h, src/tables.c: XFREE -> free, to accommodate
recent change to gnulib xalloc.h.
2004-11-17 Akim Demaille <akim@epita.fr>
* data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.