]> granicus.if.org Git - php/commitdiff
MFZE1
authorIlia Alshanetsky <iliaa@php.net>
Mon, 11 Nov 2002 16:32:57 +0000 (16:32 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 11 Nov 2002 16:32:57 +0000 (16:32 +0000)
Zend/zend.h

index 4901f468ac47e632f17e550d4f75a262c42725d1..e36ce7db0f3b0d2fc576c6e44cf040aeba3cd89a 100644 (file)
@@ -129,11 +129,13 @@ const char *zend_mh_bundle_error(void);
 # define ZEND_EXTENSIONS_SUPPORT       0
 #endif
 
+#if HAVE_ALLOCA_H && !defined(_ALLOCA_H)
+#  include <alloca.h>
+#endif
+
 /* AIX requires this to be the first thing in the file.  */
 #ifndef __GNUC__
-# if HAVE_ALLOCA_H
-#  include <alloca.h>
-# else
+# ifndef HAVE_ALLOCA_H
 #  ifdef _AIX
  #pragma alloca
 #  else