diff options
author | Sascha Schumann <sas@php.net> | 1999-12-19 01:47:43 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-12-19 01:47:43 +0000 |
commit | 2185831922b31156f0af31d498db652e219971e0 (patch) | |
tree | 3bb11a29aefced84147825e8f4f6c125cb5a94ac /Zend/zend_sprintf.c | |
parent | bf1effa4bcad764108777dd3474fa9611db6e13b (diff) | |
download | php-git-2185831922b31156f0af31d498db652e219971e0.tar.gz |
configure sets ZEND_BROKEN_SPRINTF
Diffstat (limited to 'Zend/zend_sprintf.c')
-rw-r--r-- | Zend/zend_sprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_sprintf.c b/Zend/zend_sprintf.c index 878ba32d28..57fd0ecfbe 100644 --- a/Zend/zend_sprintf.c +++ b/Zend/zend_sprintf.c @@ -26,7 +26,7 @@ # include <stdarg.h> #endif -#if BROKEN_SPRINTF +#if ZEND_BROKEN_SPRINTF int zend_sprintf(char *buffer, const char *format, ...) { va_list args; |