diff options
author | Andreas Jaeger <aj@suse.de> | 2002-02-06 12:54:16 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-02-06 12:54:16 +0000 |
commit | ae64b4bd37897da9e4be38de7fa1ab2e516d9a55 (patch) | |
tree | 88f8e2770957109858aabb76152d02d044dcd5a6 /stdio-common/_itoa.h | |
parent | 164a7164f744aa62bef83e0d350855c586dbdb9b (diff) | |
download | glibc-ae64b4bd37897da9e4be38de7fa1ab2e516d9a55.tar.gz glibc-ae64b4bd37897da9e4be38de7fa1ab2e516d9a55.tar.xz glibc-ae64b4bd37897da9e4be38de7fa1ab2e516d9a55.zip |
Undefine SPECIAL to avoid duplicate definition.
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) |