From: Edin Kadribasic Date: Sun, 15 Jun 2003 11:48:47 +0000 (+0000) Subject: No need for this in the HEAD branch X-Git-Tag: RELEASE_1_0_2~245 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=045460edd3af13191081f2e62f813aeda463a68a;p=php No need for this in the HEAD branch --- diff --git a/sapi/nsapi/nsapi.c b/sapi/nsapi/nsapi.c index f0db192c05..197ccb2b9f 100644 --- a/sapi/nsapi/nsapi.c +++ b/sapi/nsapi/nsapi.c @@ -172,11 +172,6 @@ ZEND_DECLARE_MODULE_GLOBALS(nsapi) #define NSAPI_G(v) TSRMG(nsapi_globals_id, zend_nsapi_globals *, v) -/* compatibility with PHP4_3 */ -#if !defined(OnUpdateLong) -#define OnUpdateLong OnUpdateInt -#endif - /* {{{ nsapi_functions[] * * Every user visible function must have an entry in nsapi_functions[].