bug-guile
[Top][All Lists]
Advanced

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

Re: More problems on HP-UX ... 4


From: Kevin Ryde
Subject: Re: More problems on HP-UX ... 4
Date: Wed, 28 Apr 2004 09:31:32 +1000
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

Andreas Vögele <address@hidden> writes:
>
> It seems that alloca.h must be included on HP-UX even when Guile is
> built with GCC.
>
> eval.c: In function `deval':
> eval.c:2910: warning: implicit declaration of function `alloca'

That's odd, it's meant to be a builtin outside of strict c89 or c99
mode.

A #define to __builtin_alloca might be better than alloca.h.




reply via email to

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