diff options
author | foobar <sniper@php.net> | 2005-12-06 00:44:22 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-06 00:44:22 +0000 |
commit | 8fa72be4eeba5ef421f4f04c9715d612544a3d61 (patch) | |
tree | dd76c71d5ed1c07295f0c554c7cc0d9c188b6d97 /ext/reflection/php_reflection.c | |
parent | 77205941f575ec2fcefc38523426e5fc32768d35 (diff) | |
download | php-git-8fa72be4eeba5ef421f4f04c9715d612544a3d61.tar.gz |
- Nuke php3_compat.h
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r-- | ext/reflection/php_reflection.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index d15f156b63..259e74384a 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -39,11 +39,6 @@ #include "zend_ini.h" #include "zend_interfaces.h" -/* Undefine "getParameters" macro defined in "main/php3_compat.h" */ -#ifdef getParameters -# undef getParameters -#endif - /* Class entry pointers */ PHPAPI zend_class_entry *reflector_ptr; PHPAPI zend_class_entry *reflection_exception_ptr; |