From 2115156d41d5d490023a98ec63970068e23a81ae Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 8 Nov 2005 17:00:06 +0000 Subject: Remove #define _STDIO_UTILITY, can't find any use of it --- libc/stdio/scanf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/stdio/scanf.c') 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 #include "_stdio.h" #include -- cgit v1.2.3