]> git.saurik.com Git - bison.git/commit - ChangeLog
* lib/timevar.c (get_time): Include children time.
authorAkim Demaille <akim@epita.fr>
Thu, 1 Aug 2002 18:12:11 +0000 (18:12 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 1 Aug 2002 18:12:11 +0000 (18:12 +0000)
commit3325ddc49c7b31f2670d03d1e3b59c2636650af3
tree6afa06c77fd2a3c1179272c42d3c31856db2c4c6
parentc6f1a33c06db52ed122d0922885602cf37f99941
* lib/timevar.c (get_time): Include children time.
* src/lalr.h (LA, LArule): Don't export them: used with the
state_t.
* src/lalr.c (LA, LArule): Static.
* src/lalr.h, src/lalr.c (lalr_free): New.
* src/main.c (main): Call it.
* src/tables.c (pack_vector): Check whether loc is >= to the
table_size, not >.
(pack_tables): Don't free froms, tos, conflict_tos, and pos...
(tables_generate): do it, since that's also it which allocates
them.
Don't free LA and LArule, main does.
.project [new file with mode: 0644]
ChangeLog
lib/timevar.c
src/lalr.c
src/lalr.h
src/main.c
src/tables.c