Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-06-07 23:22:59 +0400
committerJeff Johnston <jjohnstn@redhat.com>2006-06-07 23:22:59 +0400
commitb5b6cbd8ecd3bc365b959833908a4788f005df8a (patch)
treeb81d257737c4c9f157799613f139145d59dd0897 /newlib/libc/search
parent3cc3705ca0b89a6bac8562996f95b8c8d7082051 (diff)
2006-06-07 Fred Fish <fnf@specifix.com>
* libc/search/hash_bigkey.c (MIN,MAX): Remove defines that are already supplied by <sys/param.h>.
Diffstat (limited to 'newlib/libc/search')
-rw-r--r--newlib/libc/search/hash_bigkey.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/newlib/libc/search/hash_bigkey.c b/newlib/libc/search/hash_bigkey.c
index 821acd078..449b6bed6 100644
--- a/newlib/libc/search/hash_bigkey.c
+++ b/newlib/libc/search/hash_bigkey.c
@@ -40,10 +40,6 @@ static char sccsid[] = "@(#)hash_bigkey.c 8.3 (Berkeley) 5/31/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-/* Macros for min/max. */
-#define MIN(a,b) (((a)<(b))?(a):(b))
-#define MAX(a,b) (((a)>(b))?(a):(b))
-
/*
* PACKAGE: hash
* DESCRIPTION: