From d0fa038137fce705f49e0383714ef8caa46499fb Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sun, 13 Oct 2002 17:01:31 +0000 Subject: [PATCH] Remove obsolete references to HAVE_GNU_C_LIBRARY which were causing build breakage on some Linux platforms. svn path=/trunk/yasm/; revision=762 --- libyasm/util.h | 4 ++-- src/util.h | 4 ++-- util.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libyasm/util.h b/libyasm/util.h index 51bc282e..6b9286af 100644 --- a/libyasm/util.h +++ b/libyasm/util.h @@ -72,7 +72,7 @@ int mergesort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *)); #endif -#if !defined(HAVE_STRSEP) || defined(HAVE_GNU_C_LIBRARY) || defined(lint) +#if !defined(HAVE_STRSEP) || defined(lint) /*@null@*/ char *strsep(char **stringp, const char *delim); #endif @@ -88,7 +88,7 @@ int mergesort(void *base, size_t nmemb, size_t size, # endif #endif -#if defined(USE_OUR_OWN_STRCASECMP) || defined(HAVE_GNU_C_LIBRARY) || defined(lint) +#if defined(USE_OUR_OWN_STRCASECMP) || defined(lint) int strcasecmp(const char *s1, const char *s2); int strncasecmp(const char *s1, const char *s2, size_t n); #endif diff --git a/src/util.h b/src/util.h index 51bc282e..6b9286af 100644 --- a/src/util.h +++ b/src/util.h @@ -72,7 +72,7 @@ int mergesort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *)); #endif -#if !defined(HAVE_STRSEP) || defined(HAVE_GNU_C_LIBRARY) || defined(lint) +#if !defined(HAVE_STRSEP) || defined(lint) /*@null@*/ char *strsep(char **stringp, const char *delim); #endif @@ -88,7 +88,7 @@ int mergesort(void *base, size_t nmemb, size_t size, # endif #endif -#if defined(USE_OUR_OWN_STRCASECMP) || defined(HAVE_GNU_C_LIBRARY) || defined(lint) +#if defined(USE_OUR_OWN_STRCASECMP) || defined(lint) int strcasecmp(const char *s1, const char *s2); int strncasecmp(const char *s1, const char *s2, size_t n); #endif diff --git a/util.h b/util.h index 51bc282e..6b9286af 100644 --- a/util.h +++ b/util.h @@ -72,7 +72,7 @@ int mergesort(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *)); #endif -#if !defined(HAVE_STRSEP) || defined(HAVE_GNU_C_LIBRARY) || defined(lint) +#if !defined(HAVE_STRSEP) || defined(lint) /*@null@*/ char *strsep(char **stringp, const char *delim); #endif @@ -88,7 +88,7 @@ int mergesort(void *base, size_t nmemb, size_t size, # endif #endif -#if defined(USE_OUR_OWN_STRCASECMP) || defined(HAVE_GNU_C_LIBRARY) || defined(lint) +#if defined(USE_OUR_OWN_STRCASECMP) || defined(lint) int strcasecmp(const char *s1, const char *s2); int strncasecmp(const char *s1, const char *s2, size_t n); #endif