From c8a89e7dd5cab24242cc9050387bd5bb902da11a Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 30 Jan 2012 21:20:32 +0000 Subject: Remove miscellaneous __STDC__ conditionals. --- locale/programs/xmalloc.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'locale') 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 #endif -#if __STDC__ #define VOID void -#else -#define VOID char -#endif #include -- cgit 1.4.1