diff src/alloc.c @ 39682:5f60884970a8

Don't define min/max.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 08 Oct 2001 08:07:49 +0000
parents a0bf0cb8ff3e
children 36068b62b4c1
line wrap: on
line diff
--- a/src/alloc.c	Mon Oct 08 07:59:17 2001 +0000
+++ b/src/alloc.c	Mon Oct 08 08:07:49 2001 +0000
@@ -80,9 +80,6 @@
 
 #endif /* not DOUG_LEA_MALLOC */
 
-#define max(A,B) ((A) > (B) ? (A) : (B))
-#define min(A,B) ((A) < (B) ? (A) : (B))
-
 /* Macro to verify that storage intended for Lisp objects is not
    out of range to fit in the space for a pointer.
    ADDRESS is the start of the block, and SIZE