summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-01-30 21:20:32 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-01-30 21:20:32 +0000
commitc8a89e7dd5cab24242cc9050387bd5bb902da11a (patch)
tree7aeca9797fb026f8df75c8285e3a1bfed6180da7 /locale
parent3b1004624e54cc2fefd034ff80d5dea4b6db764f (diff)
Remove miscellaneous __STDC__ conditionals.
Diffstat (limited to 'locale')
-rw-r--r--locale/programs/xmalloc.c6
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>