diff options
| author | Stig S. Bakken <stig@php.net> | 1999-09-06 16:14:08 +0000 |
|---|---|---|
| committer | Stig S. Bakken <stig@php.net> | 1999-09-06 16:14:08 +0000 |
| commit | 009025e00d073e70a9107183068bba31525c2159 (patch) | |
| tree | b051cae4f99d5b1692a4850f6ea2840808c6023c /Zend/zend_API.c | |
| parent | 4d5491e2857f80ad758716e6b0964cac3a514ac7 (diff) | |
| download | php-git-009025e00d073e70a9107183068bba31525c2159.tar.gz | |
* header file cleanup
* fixed --enable-thread-safety build for UNIX
I don't have a Win32 environment available, could someone please try
compiling on Win32 to see if I got all the header file stuff right there?
Diffstat (limited to 'Zend/zend_API.c')
| -rw-r--r-- | Zend/zend_API.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_API.c b/Zend/zend_API.c index d324d877d8..23db2b88f1 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -26,8 +26,8 @@ #include "zend_constants.h" #include "zend_operators.h" -#if HAVE_STDARG_H -#include <stdarg.h> +#ifdef HAVE_STDARG_H +# include <stdarg.h> #endif /* these variables are true statics/globals, and have to be mutex'ed on every access */ |
