Solaris defines BROKEN_QSORT, removing explicit SOLARIS reference

This commit is contained in:
mcafee%netscape.com 1999-02-09 11:26:41 +00:00
parent 4225c6332a
commit 95e3ea9bbe

View File

@ -32,7 +32,7 @@
extern "C" {
#endif
#if defined(SOLARIS) || defined(BROKEN_QSORT) || !defined(HAVE_QSORT)
#if defined(BROKEN_QSORT) || !defined(HAVE_QSORT)
extern void XP_QSORT(void *, size_t, size_t,
int (*)(const void *, const void *));
#elif defined(XP_OS2)