mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Undefine SPECIAL to avoid duplicate definition.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user