aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/_itoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/_itoa.h')
-rw-r--r--stdio-common/_itoa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/_itoa.h b/stdio-common/_itoa.h
index 18f98dc..1b4b0ff 100644
--- a/stdio-common/_itoa.h
+++ b/stdio-common/_itoa.h
@@ -55,6 +55,7 @@ _itoa_word (unsigned long value, char *buflim,
}
return buflim;
}
+#undef SPECIAL
static inline char * __attribute__ ((unused))
_fitoa_word (unsigned long value, char *buf, unsigned int base, int upper_case)