[gnu.utils.bug] bison/alloca missing xmalloc

hallvard@IFI.UIO.NO (Hallvard B Furuseth) (06/18/89)

xmalloc() is missing from bison-1.01 (when using alloca from emacs).
I think a simple "default xmalloc" should come with the alloca.c file.
BTW, bison does not check if the result of alloca is 0.  Maybe an
xalloca function should be written.