From fd167a7d42f38f025e922955b30704bc55e062ff Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Thu, 18 Apr 2002 14:05:28 +0000 Subject: [PATCH] Removed redefinition of MIN() --- ext/xslt/sablot.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/xslt/sablot.c b/ext/xslt/sablot.c index a1474fecd0..749674abb5 100644 --- a/ext/xslt/sablot.c +++ b/ext/xslt/sablot.c @@ -1300,8 +1300,6 @@ static SAX_RETURN sax_enddoc(void *ctx) /* {{{ _error_parse() Parse a char ** array into an _error_fields structure */ -#define MIN(__a, __b) ((__a) < (__b) ? (__a) : (__b)) - struct _error_fields { char *message; char *type; -- 2.40.0