From: Akim Demaille Date: Tue, 12 Nov 2002 08:30:47 +0000 (+0000) Subject: * src/tables.c (tables_generate): Use free for pointers that X-Git-Tag: BISON-1_875~293 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/b1ae9233bc1ab111bbac4b427cc4397fa9ee0564?hp=b1ae9233bc1ab111bbac4b427cc4397fa9ee0564 * 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. ---