diff options
author | Edin Kadribasic <edink@php.net> | 2006-05-25 18:48:30 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2006-05-25 18:48:30 +0000 |
commit | 4eab1237233b7a33087927fda01519552db5615a (patch) | |
tree | 1cc849306e2418b25876b62ccbe26c04b5046611 /main/php.h | |
parent | 0638b7cfec8c6e3a9436cd3b899c19d49491df17 (diff) | |
download | php-git-4eab1237233b7a33087927fda01519552db5615a.tar.gz |
MFB: 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 90e3ad68d3..9a543ac53a 100644 --- a/main/php.h +++ b/main/php.h @@ -330,6 +330,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 |