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

index 6b91c80a022d4dfc01b0715cd5931f38e611424a..fc108d9abe591ffbc9013f4e80448dfd9c0817c1 100644 (file)
@@ -158,6 +158,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)