OSDN Git Service

Remove #define _STDIO_UTILITY, can't find any use of it
authorPeter S. Mazinger <ps.m@gmx.net>
Tue, 8 Nov 2005 17:00:06 +0000 (17:00 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Tue, 8 Nov 2005 17:00:06 +0000 (17:00 -0000)
libc/stdio/scanf.c
libc/stdio/vfprintf.c
libc/string/i386/string.c
libc/string/powerpc/string.c

index 0bb6c0f..d30eaeb 100644 (file)
@@ -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>
index 10114f0..a1f43fa 100644 (file)
@@ -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>
index 8a7f1a8..f827445 100644 (file)
@@ -22,7 +22,6 @@
  *  -Erik
  */
 
-#define _STDIO_UTILITY
 #define _GNU_SOURCE
 #include <string.h>
 #include <locale.h> /* for __LOCALE_C_ONLY */
index acd5d01..d02deda 100644 (file)
@@ -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 */