diff --git a/newlib/ChangeLog b/newlib/ChangeLog index e06db05be..fa294c5d5 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2006-06-07 Fred Fish + + * libc/search/hash_bigkey.c (MIN,MAX): Remove + defines that are already supplied by . + 2006-06-07 Fred Fish * configure.host: Remove references to HAVE_GETTIMEOFDAY. 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 -/* Macros for min/max. */ -#define MIN(a,b) (((a)<(b))?(a):(b)) -#define MAX(a,b) (((a)>(b))?(a):(b)) - /* * PACKAGE: hash * DESCRIPTION: