summaryrefslogtreecommitdiff
path: root/libc/stdio
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-03 03:51:30 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-03 03:51:30 +0000
commitd8dfa34f0e0aa7d5e49f01bbccfea3e0c0f972eb (patch)
tree49260a96e3671499b9a514ee0c20b1be5a038f17 /libc/stdio
parentc9a2b6c249a5d78e9cd21e6a92e64ab7886a014f (diff)
Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead,
and it's slightly shorter. Also removes stray macros from public <printf.h> header and uses spaces for comment indentation. No code changes (verified with objdump).
Diffstat (limited to 'libc/stdio')
-rw-r--r--libc/stdio/_vfprintf.c2
-rw-r--r--libc/stdio/old_vfprintf.c2
2 files changed, 0 insertions, 4 deletions
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 <stdint.h>
#include <errno.h>
#include <locale.h>
-
-#define __PRINTF_INFO_NO_BITFIELD
#include <printf.h>
#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 <errno.h>
#include <ctype.h>
#include <bits/uClibc_uintmaxtostr.h>
-
-#define __PRINTF_INFO_NO_BITFIELD
#include <printf.h>
#ifdef __UCLIBC_HAS_THREADS__