diff src/search.c @ 39682:5f60884970a8

Don't define min/max.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 08 Oct 2001 08:07:49 +0000
parents 3195d967e954
children e9374c065e86
line wrap: on
line diff
--- a/src/search.c	Mon Oct 08 07:59:17 2001 +0000
+++ b/src/search.c	Mon Oct 08 08:07:49 2001 +0000
@@ -33,9 +33,6 @@
 #include <sys/types.h>
 #include "regex.h"
 
-#define min(a, b) ((a) < (b) ? (a) : (b))
-#define max(a, b) ((a) > (b) ? (a) : (b))
-
 #define REGEXP_CACHE_SIZE 20
 
 /* If the regexp is non-nil, then the buffer contains the compiled form