diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-01-30 21:20:32 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-01-30 21:20:32 +0000 |
commit | c8a89e7dd5cab24242cc9050387bd5bb902da11a (patch) | |
tree | 7aeca9797fb026f8df75c8285e3a1bfed6180da7 /locale/programs | |
parent | 3b1004624e54cc2fefd034ff80d5dea4b6db764f (diff) | |
download | glibc-c8a89e7dd5cab24242cc9050387bd5bb902da11a.tar.gz glibc-c8a89e7dd5cab24242cc9050387bd5bb902da11a.tar.xz glibc-c8a89e7dd5cab24242cc9050387bd5bb902da11a.zip |
Remove miscellaneous __STDC__ conditionals.
Diffstat (limited to 'locale/programs')
-rw-r--r-- | locale/programs/xmalloc.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/locale/programs/xmalloc.c b/locale/programs/xmalloc.c index a2eeda79b8..de2767d1da 100644 --- a/locale/programs/xmalloc.c +++ b/locale/programs/xmalloc.c @@ -1,5 +1,5 @@ /* xmalloc.c -- malloc with out of memory checking - Copyright (C) 1990,91,92,93,94,95,96,97,2004,2005 + Copyright (C) 1990,91,92,93,94,95,96,97,2004,2005,2012 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -21,11 +21,7 @@ #include <config.h> #endif -#if __STDC__ #define VOID void -#else -#define VOID char -#endif #include <sys/types.h> |