]> granicus.if.org Git - php/commitdiff
Undo (per Jani's request)
authorZeev Suraski <zeev@php.net>
Sun, 9 Dec 2001 01:00:57 +0000 (01:00 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 9 Dec 2001 01:00:57 +0000 (01:00 +0000)
TSRM/tsrm_config_common.h

index add5a50fa53ddf4a01404d1a311fe38c83d59e28..8b80f801212bca32310645351fca3bcfd460bbe4 100644 (file)
 #include <malloc.h>
 #endif
 
-/* AIX requires this to be the first thing in the file.  */
-#ifndef __GNUC__
-# if HAVE_ALLOCA_H
-#  include <alloca.h>
-# else
-#  ifdef _AIX
- #pragma alloca
-#  else
-#   ifndef alloca /* predefined by HP cc +Olibcalls */
-char *alloca ();
-#   endif
-#  endif
-# endif
+#if HAVE_ALLOCA_H
+#include <alloca.h>
 #endif
 
 #if HAVE_UNISTD_H