Don't use builtin alloca on MacOS X.

merge-requests/1/head
Henning Geinitz 2003-04-30 23:08:45 +00:00
rodzic 7ce0c5f44f
commit 855494ee69
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -24,6 +24,7 @@
* backend/Makefile.in: Disable manual links for shared libraries.
This breaks MacOS X and doesn't seem to be necessary on other
platforms any more.
* include/lalloca.h: Don't use builtin alloca on MacOS X.
2003-04-27 Henning Meier-Geinitz <henning@meier-geinitz.de>

Wyświetl plik

@ -23,7 +23,7 @@
#define lalloca_h
/* AIX requires this to be the first thing in the file. */
#ifdef __GNUC__
#if defined(__GNUC__) && !defined(HAVE_NSLINKMODULE)
# define alloca __builtin_alloca
#else
# if HAVE_ALLOCA_H