* src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)

(REDUCTIONS_ALLOC):  New.
* src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
allocation.
This commit is contained in:
Akim Demaille
2001-11-19 10:29:17 +00:00
parent 6986fd9e3b
commit f59c437a25
4 changed files with 40 additions and 25 deletions

View File

@@ -1,3 +1,11 @@
2001-11-19 Akim Demaille <akim@epita.fr>
* src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
(REDUCTIONS_ALLOC): New.
* src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
allocation.
2001-11-19 Akim Demaille <akim@epita.fr>
* src/LR0.c (new_state): Complete trace code.