From: Sander Roobol Date: Thu, 18 Apr 2002 14:05:28 +0000 (+0000) Subject: Removed redefinition of MIN() X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~596 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd167a7d42f38f025e922955b30704bc55e062ff;p=php Removed redefinition of MIN() --- 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;