From: foobar Date: Mon, 25 Aug 2003 23:24:29 +0000 (+0000) Subject: - Fixed bug #25240 (spaces before pre-processor directives) X-Git-Tag: RELEASE_0_7~454 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28447d62da76bf66d0274ae12684a2f803fa4d0b;p=php - Fixed bug #25240 (spaces before pre-processor directives) --- diff --git a/TSRM/tsrm_config_common.h b/TSRM/tsrm_config_common.h index 0cc0e6c5a1..9930a51a69 100644 --- a/TSRM/tsrm_config_common.h +++ b/TSRM/tsrm_config_common.h @@ -22,7 +22,7 @@ #ifndef __GNUC__ # ifndef HAVE_ALLOCA_H # ifdef _AIX - #pragma alloca +#pragma alloca # else # ifndef alloca /* predefined by HP cc +Olibcalls */ # ifndef NETWARE diff --git a/Zend/zend.h b/Zend/zend.h index d508991bcb..65dc1ee885 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -137,7 +137,7 @@ const char *zend_mh_bundle_error(void); #ifndef __GNUC__ # ifndef HAVE_ALLOCA_H # ifdef _AIX - #pragma alloca +#pragma alloca # else # ifndef alloca /* predefined by HP cc +Olibcalls */ char *alloca ();