diff options
Diffstat (limited to 'Build/source/texk/kpathsea/strcasecmp.c')
-rw-r--r-- | Build/source/texk/kpathsea/strcasecmp.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Build/source/texk/kpathsea/strcasecmp.c b/Build/source/texk/kpathsea/strcasecmp.c index 9bab6319cd1..28a6d7b8481 100644 --- a/Build/source/texk/kpathsea/strcasecmp.c +++ b/Build/source/texk/kpathsea/strcasecmp.c @@ -1,6 +1,6 @@ /* strcasecmp.c - case-insensitive strcmp - Copyright 2008 Karl Berry. + Copyright 2008, 2010 Karl Berry. Copyright 1991, 1992, 1995 Free Software Foundation, Inc. This file was part of the GNU C Library. Modified by Karl Berry for kpathsea. @@ -22,14 +22,6 @@ #include <config.h> #endif -#if !defined (__STDC__) || !__STDC__ -/* This is a separate conditional since some stdc systems - reject `defined (const)'. */ -#ifndef const -#define const -#endif -#endif - #include <ctype.h> /* Compare S1 and S2, ignoring case, returning less than, equal to or |