* src/tables.c (tables_generate): Use free for pointers that
authorAkim Demaille <akim@epita.fr>
Tue, 12 Nov 2002 08:30:47 +0000 (08:30 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 12 Nov 2002 08:30:47 +0000 (08:30 +0000)
commitb1ae9233bc1ab111bbac4b427cc4397fa9ee0564
tree60dfba8b7e2ae188accd61adbd4b35117161a91a
parent7ec2d4cd3932bfba78e9fbd52509d9f80b61c8ef
* src/tables.c (tables_generate): Use free for pointers that
cannot be NULL, not XFREE.
(pack_vector): Use assert, not fatal, for bound violations.
* src/state.c (state_new): Likewise.
* src/reader.c (reader): Likewise.
* src/lalr.c (set_goto_map): Likewise.
* src/location.h (LOCATION_PRINT): If first_line is 0, just issue
the file name.
ChangeLog
src/lalr.c
src/location.h
src/reader.c
src/state.c
src/tables.c