mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-04 10:30:47 +00:00
(HAVE_REGISTER_PRINTF_FUNCTION): Move definition below #include's.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1923 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ac672a1a38
commit
f84022e180
1 changed files with 8 additions and 8 deletions
|
@ -33,14 +33,6 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* 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 <gnustep/base/preface.h>
|
#include <gnustep/base/preface.h>
|
||||||
#include <gnustep/base/Coding.h>
|
#include <gnustep/base/Coding.h>
|
||||||
#include <Foundation/NSString.h>
|
#include <Foundation/NSString.h>
|
||||||
|
@ -61,6 +53,14 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
/* 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
|
||||||
|
|
||||||
|
|
||||||
@implementation NSString
|
@implementation NSString
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue