From 216e81db96b54261a09dcd8cfc8f6c4235d1aa9f Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 9 Dec 2001 01:00:57 +0000 Subject: [PATCH] Undo (per Jani's request) --- TSRM/tsrm_config_common.h | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/TSRM/tsrm_config_common.h b/TSRM/tsrm_config_common.h index add5a50fa5..8b80f80121 100644 --- a/TSRM/tsrm_config_common.h +++ b/TSRM/tsrm_config_common.h @@ -16,19 +16,8 @@ #include #endif -/* AIX requires this to be the first thing in the file. */ -#ifndef __GNUC__ -# if HAVE_ALLOCA_H -# include -# else -# ifdef _AIX - #pragma alloca -# else -# ifndef alloca /* predefined by HP cc +Olibcalls */ -char *alloca (); -# endif -# endif -# endif +#if HAVE_ALLOCA_H +#include #endif #if HAVE_UNISTD_H -- 2.50.1