diff options
Diffstat (limited to 'stdio-common/_itoa.h')
-rw-r--r-- | stdio-common/_itoa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/_itoa.h b/stdio-common/_itoa.h index 18f98dcd71..1b4b0ff6c4 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) |