From 258b0e5ed4297cf601aa11868cb8b29a73bdea63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Wed, 24 Oct 2001 06:32:26 +0000 Subject: [PATCH] Don't define max. --- src/widget.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/widget.c b/src/widget.c index b4ec35dcd36..53091847c8f 100644 --- a/src/widget.c +++ b/src/widget.c @@ -54,8 +54,6 @@ Boston, MA 02111-1307, USA. */ #include #include "syssignal.h" -#define max(a, b) ((a) > (b) ? (a) : (b)) - /* This sucks: this is the first default that x-faces.el tries. This won't be used unless neither the "Emacs.EmacsFrame" resource nor the "Emacs.EmacsFrame" resource is set; the frame -- 2.11.4.GIT