]> granicus.if.org Git - php/commitdiff
Removed redefinition of MIN()
authorSander Roobol <sander@php.net>
Thu, 18 Apr 2002 14:05:28 +0000 (14:05 +0000)
committerSander Roobol <sander@php.net>
Thu, 18 Apr 2002 14:05:28 +0000 (14:05 +0000)
ext/xslt/sablot.c

index a1474fecd0232dfdefeabf0e39ad5f6b2dce0f9f..749674abb5a21c0444984e4c46f16b2fa187ad30 100644 (file)
@@ -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;