about summary refs log tree commit diff
path: root/stdio-common/_itowa.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-02-06 12:54:16 +0000
committerAndreas Jaeger <aj@suse.de>2002-02-06 12:54:16 +0000
commitae64b4bd37897da9e4be38de7fa1ab2e516d9a55 (patch)
tree88f8e2770957109858aabb76152d02d044dcd5a6 /stdio-common/_itowa.h
parent164a7164f744aa62bef83e0d350855c586dbdb9b (diff)
downloadglibc-ae64b4bd37897da9e4be38de7fa1ab2e516d9a55.tar.gz
glibc-ae64b4bd37897da9e4be38de7fa1ab2e516d9a55.tar.xz
glibc-ae64b4bd37897da9e4be38de7fa1ab2e516d9a55.zip
Undefine SPECIAL to avoid duplicate definition.
Diffstat (limited to 'stdio-common/_itowa.h')
-rw-r--r--stdio-common/_itowa.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdio-common/_itowa.h b/stdio-common/_itowa.h
index d4966c7b40..0af747bb76 100644
--- a/stdio-common/_itowa.h
+++ b/stdio-common/_itowa.h
@@ -1,5 +1,5 @@
 /* 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.
 
    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;
 }
+#undef SPECIAL
 
 #endif	/* itowa.h */