diff options
author | Edin Kadribasic <edink@php.net> | 2006-05-25 18:47:21 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2006-05-25 18:47:21 +0000 |
commit | 58962c7371820a7090c079aaa7457d0449fbfde6 (patch) | |
tree | b76dd6d95ad46479994123460f221a6570f4dc99 /main/php.h | |
parent | 3dcef1b9beafeb95561ec3d911a4bd752b14278c (diff) | |
download | php-git-58962c7371820a7090c079aaa7457d0449fbfde6.tar.gz |
Missing definition, patch by Steph Fox
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |