From: Edin Kadribasic Date: Thu, 25 May 2006 18:47:21 +0000 (+0000) Subject: Missing definition, patch by Steph Fox X-Git-Tag: php-5.2.0RC1~458 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58962c7371820a7090c079aaa7457d0449fbfde6;p=php Missing definition, patch by Steph Fox --- diff --git a/main/php.h b/main/php.h index 001a277029..e8e81780da 100644 --- a/main/php.h +++ b/main/php.h @@ -334,6 +334,7 @@ END_EXTERN_C() /* PHP-named Zend macro wrappers */ #define PHP_FN ZEND_FN +#define PHP_MN ZEND_MN #define PHP_NAMED_FUNCTION ZEND_NAMED_FUNCTION #define PHP_FUNCTION ZEND_FUNCTION #define PHP_METHOD ZEND_METHOD