diff options
Diffstat (limited to 'main/php_sprintf.c')
-rw-r--r-- | main/php_sprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_sprintf.c b/main/php_sprintf.c index 4509f33da2..ebe66412a3 100644 --- a/main/php_sprintf.c +++ b/main/php_sprintf.c @@ -22,7 +22,7 @@ #include <stdarg.h> #include "php_config.h" -#if BROKEN_SPRINTF +#if PHP_BROKEN_SPRINTF int php_sprintf (char*s, const char* format, ...) |