diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-08 17:00:06 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-08 17:00:06 +0000 |
commit | 2115156d41d5d490023a98ec63970068e23a81ae (patch) | |
tree | 8e546847014fb91b01b1b42f5af7b60fe3417edb | |
parent | 2f986c2fa65bca5ec94f7b3fe78b8fb88c21eb6e (diff) |
Remove #define _STDIO_UTILITY, can't find any use of it
-rw-r--r-- | libc/stdio/scanf.c | 1 | ||||
-rw-r--r-- | libc/stdio/vfprintf.c | 1 | ||||
-rw-r--r-- | libc/string/i386/string.c | 1 | ||||
-rw-r--r-- | libc/string/powerpc/string.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/libc/stdio/scanf.c b/libc/stdio/scanf.c index 0bb6c0f4d..d30eaebc0 100644 --- a/libc/stdio/scanf.c +++ b/libc/stdio/scanf.c @@ -46,7 +46,6 @@ #define _ISOC99_SOURCE /* for LLONG_MAX primarily... */ #define _GNU_SOURCE -#define _STDIO_UTILITY #include <features.h> #include "_stdio.h" #include <stdlib.h> diff --git a/libc/stdio/vfprintf.c b/libc/stdio/vfprintf.c index 10114f061..a1f43faba 100644 --- a/libc/stdio/vfprintf.c +++ b/libc/stdio/vfprintf.c @@ -91,7 +91,6 @@ #define _ISOC99_SOURCE /* for ULLONG primarily... */ #define _GNU_SOURCE -#define _STDIO_UTILITY /* We're using _uintmaxtostr. */ #include <features.h> #include "_stdio.h" #include <stdlib.h> diff --git a/libc/string/i386/string.c b/libc/string/i386/string.c index 8a7f1a89b..f827445fe 100644 --- a/libc/string/i386/string.c +++ b/libc/string/i386/string.c @@ -22,7 +22,6 @@ * -Erik */ -#define _STDIO_UTILITY #define _GNU_SOURCE #include <string.h> #include <locale.h> /* for __LOCALE_C_ONLY */ diff --git a/libc/string/powerpc/string.c b/libc/string/powerpc/string.c index acd5d0144..d02deda08 100644 --- a/libc/string/powerpc/string.c +++ b/libc/string/powerpc/string.c @@ -26,7 +26,6 @@ * Copyright (C) 2004 Joakim Tjernlund */ -#define _STDIO_UTILITY #define _GNU_SOURCE #include <string.h> #include <locale.h> /* for __LOCALE_C_ONLY */ |