From b599321dbbba5fae1e90440d5b9c052a2cea9f15 Mon Sep 17 00:00:00 2001 From: mccallum Date: Wed, 18 Sep 1996 13:15:33 +0000 Subject: [PATCH] (HAVE_REGISTER_PRINTF_FUNCTION): Temporarily set this to 0 until I figure out when register_printf_function's output handler function takes `va_list' and when it takes `void**'. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1802 72102866-910b-0410-8b05-ffd578937521 --- Source/NSString.m | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Source/NSString.m b/Source/NSString.m index f30fbf296..98930fe4a 100644 --- a/Source/NSString.m +++ b/Source/NSString.m @@ -33,6 +33,14 @@ */ +/* xxx Temporarily set HAVE_REGISTER_PRINTF_FUNCTION function to 0 + because I can't seem to figure out which versions of libc pass a + `va_list' to the output handler, and which pass a `void**' to the + output handler. Once I figure this out, these lines should be + removed. */ +#undef HAVE_REGISTER_PRINTF_FUNCTION +#define HAVE_REGISTER_PRINTF_FUNCTION 0 + #include #include #include