mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Remove obsolete references to HAVE_GNU_C_LIBRARY which were causing build
breakage on some Linux platforms. svn path=/trunk/yasm/; revision=762
This commit is contained in:
parent
c5bfd97db6
commit
d0fa038137
3 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
4
util.h
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue