Andreas V�gele <[EMAIL PROTECTED]> 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.


_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to