From d8dfa34f0e0aa7d5e49f01bbccfea3e0c0f972eb Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 3 Jun 2008 03:51:30 +0000 Subject: Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead, and it's slightly shorter. Also removes stray macros from public header and uses spaces for comment indentation. No code changes (verified with objdump). --- libc/stdio/_vfprintf.c | 2 -- libc/stdio/old_vfprintf.c | 2 -- 2 files changed, 4 deletions(-) (limited to 'libc/stdio') diff --git a/libc/stdio/_vfprintf.c b/libc/stdio/_vfprintf.c index 9c44a26a6..947b5b077 100644 --- a/libc/stdio/_vfprintf.c +++ b/libc/stdio/_vfprintf.c @@ -101,8 +101,6 @@ #include #include #include - -#define __PRINTF_INFO_NO_BITFIELD #include #ifdef __UCLIBC_HAS_THREADS__ diff --git a/libc/stdio/old_vfprintf.c b/libc/stdio/old_vfprintf.c index 8b8d50077..85a0967c1 100644 --- a/libc/stdio/old_vfprintf.c +++ b/libc/stdio/old_vfprintf.c @@ -137,8 +137,6 @@ #include #include #include - -#define __PRINTF_INFO_NO_BITFIELD #include #ifdef __UCLIBC_HAS_THREADS__ -- cgit v1.2.3