]> granicus.if.org Git - php/commitdiff
Avoid renaming of sprintf to php_sprintf
authorFrank M. Kromann <fmk@php.net>
Mon, 15 Nov 2004 23:16:20 +0000 (23:16 +0000)
committerFrank M. Kromann <fmk@php.net>
Mon, 15 Nov 2004 23:16:20 +0000 (23:16 +0000)
ext/standard/basic_functions.c

index e2e4eb3bbc749a40bf725ade203f23287d58f90c..b1cbbec0cae6d499c09f2a437b9830c17fe23329 100644 (file)
@@ -165,6 +165,7 @@ typedef struct _user_tick_function_entry {
 static void user_shutdown_function_dtor(php_shutdown_function_entry *shutdown_function_entry);
 static void user_tick_function_dtor(user_tick_function_entry *tick_function_entry);
 
+#undef sprintf
 
 function_entry basic_functions[] = {
        PHP_FE(constant,                                                                                                                NULL)