* src/system.h: Include alloca.h.

* src/main.c (main) [C_ALLOCA]: Call alloca (0).
This commit is contained in:
Akim Demaille
2001-11-23 14:16:34 +00:00
parent 6255b43511
commit 722c4bfec2
12 changed files with 1817 additions and 1594 deletions

View File

@@ -1,3 +1,8 @@
2001-11-23 Akim Demaille <akim@epita.fr>
* src/system.h: Include alloca.h.
* src/main.c (main) [C_ALLOCA]: Call alloca (0).
2001-11-23 Akim Demaille <akim@epita.fr>
* src/print_graph.c (print_actions): Remove `rule', unused.