From: Wez Furlong Date: Thu, 16 Jun 2005 15:03:36 +0000 (+0000) Subject: Fix compile on win32 at least. X-Git-Tag: php-5.1.0b2~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4de4565710e850a26c451bc82b044a1650f95ffa;p=php Fix compile on win32 at least. --- diff --git a/ext/standard/array.c b/ext/standard/array.c index 7ad37a2cf5..78abe4eca1 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -629,7 +629,7 @@ static int array_user_compare(const void *a, const void *b TSRMLS_DC) #define PHP_ARRAY_CMP_FUNC_VARS \ zval **old_compare_func; \ - zend_fcall_info_cache old_user_compare_fci_cache; \ + zend_fcall_info_cache old_user_compare_fci_cache \ #define PHP_ARRAY_CMP_FUNC_BACKUP() \ old_compare_func = BG(user_compare_func_name); \