]> git.saurik.com Git - bison.git/commit
Use malloc, if using alloca is troublesome.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 May 1997 18:44:24 +0000 (18:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 May 1997 18:44:24 +0000 (18:44 +0000)
commit70ddf8972a72c9aac95ba9f6cd207438b2378a0a
tree2404b9e6b48d8151f798e12f6d7a1b757ecd8012
parent3054a9cdfb92ebe0936ac5f1d2254306889ea674
Use malloc, if using alloca is troublesome.
(YYSTACK_USE_ALLOCA): New flag macro.
Define it for some systems and compilers.
(YYSTACK_ALLOC): New macro.
(yyparse): Use YYSTACK_ALLOC to allocate stack.
If it was malloc'd, free it.
bison.simple
src/bison.s1
src/bison.simple