mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +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;
|
return buflim;
|
||||||
}
|
}
|
||||||
|
#undef SPECIAL
|
||||||
|
|
||||||
static inline char * __attribute__ ((unused))
|
static inline char * __attribute__ ((unused))
|
||||||
_fitoa_word (unsigned long value, char *buf, unsigned int base, int upper_case)
|
_fitoa_word (unsigned long value, char *buf, unsigned int base, int upper_case)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Internal function for converting integers to ASCII.
|
/* Internal function for converting integers to ASCII.
|
||||||
Copyright (C) 1994, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
|
Copyright (C) 1994, 95, 96, 97, 98, 99, 2002 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -59,5 +59,6 @@ _itowa_word (unsigned long value, wchar_t *buflim,
|
|||||||
}
|
}
|
||||||
return bp;
|
return bp;
|
||||||
}
|
}
|
||||||
|
#undef SPECIAL
|
||||||
|
|
||||||
#endif /* itowa.h */
|
#endif /* itowa.h */
|
||||||
|
Reference in New Issue
Block a user