* src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users

defining it (defined but null disables alloca).
This commit is contained in:
Marc Autret
2001-08-13 21:37:22 +00:00
parent 5a009f2c4c
commit 78d09da9a5
2 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2001-08-13 Marc Autret <autret_m@epita.fr>
* src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
defining it (defined but null disables alloca).
2001-08-13 Marc Autret <autret_m@epita.fr>
* src/bison.simple (_yy_memcpy): CPP reformat.