bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: alloca


From: Hans Aberg
Subject: Re: alloca
Date: Sun, 9 Sep 2001 14:03:32 +0200

Sorry, I did not look into the Bison manual :-), which explains (starting
with version 1.28c) the macro YYSTACK_USE_ALLOCA.

The thing is though that in order to get it to work on my platform, I had
to add
#ifdef YYSTACK_USE_ALLOCA
# include <alloca.h>
#endif

And I think one should try to simplify the #ifndef YYSTACK_USE_ALLOCA stuff
in bison.simple.

  Hans Aberg





reply via email to

[Prev in Thread] Current Thread [Next in Thread]