diff src/intervals.c @ 39682:5f60884970a8

Don't define min/max.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 08 Oct 2001 08:07:49 +0000
parents 9a801971bd7e
children 0b986bb45526
line wrap: on
line diff
--- a/src/intervals.c	Mon Oct 08 07:59:17 2001 +0000
+++ b/src/intervals.c	Mon Oct 08 08:07:49 2001 +0000
@@ -51,8 +51,6 @@
 
 #define TMEM(sym, set) (CONSP (set) ? ! NILP (Fmemq (sym, set)) : ! NILP (set))
 
-#define min(x, y) ((x) < (y) ? (x) : (y))
-
 Lisp_Object merge_properties_sticky ();
 static INTERVAL reproduce_tree P_ ((INTERVAL, INTERVAL));
 static INTERVAL reproduce_tree_obj P_ ((INTERVAL, Lisp_Object));