From 8fa72be4eeba5ef421f4f04c9715d612544a3d61 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 6 Dec 2005 00:44:22 +0000 Subject: - Nuke php3_compat.h --- ext/reflection/php_reflection.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ext/reflection/php_reflection.c') 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; -- cgit v1.2.1