diff src/w32bdf.c @ 39682:5f60884970a8

Don't define min/max.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 08 Oct 2001 08:07:49 +0000
parents bc25122cbfe4
children 90840766f5fb
line wrap: on
line diff
--- a/src/w32bdf.c	Mon Oct 08 07:59:17 2001 +0000
+++ b/src/w32bdf.c	Mon Oct 08 08:07:49 2001 +0000
@@ -34,9 +34,6 @@
 #include "w32term.h"
 #include "w32bdf.h"
 
-#define min(a, b) ((a) < (b) ? (a) : (b))
-#define max(a, b) ((a) > (b) ? (a) : (b))
-
 /* 10 planes */
 #define BDF_CODEPOINT_HEAP_INITIAL_SIZE (96 * 10)
 /* about 96 characters */