Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!IFI.UIO.NO!hallvard From: hallvard@IFI.UIO.NO (Hallvard B Furuseth) Newsgroups: gnu.utils.bug Subject: bison/alloca missing xmalloc Message-ID: <8906181531.AA05665@sidhatt.uio.no> Date: 18 Jun 89 15:31:23 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 4 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.