]> granicus.if.org Git - php/commitdiff
MFH: Forgotten fix for DL_UNLOAD macro
authorfoobar <sniper@php.net>
Mon, 17 Jan 2005 17:12:05 +0000 (17:12 +0000)
committerfoobar <sniper@php.net>
Mon, 17 Jan 2005 17:12:05 +0000 (17:12 +0000)
Zend/zend.h

index 0fcbdfe18b442a5b764a6487aa40698bc7c13020..7078d7e4fe6005e185c68bac277bda703f3cb43a 100644 (file)
@@ -117,7 +117,7 @@ const char *zend_mh_bundle_error(void);
 # define ZEND_EXTENSIONS_SUPPORT       1
 #elif defined(HAVE_MACH_O_DYLD_H)
 # define DL_LOAD(libname)                      zend_mh_bundle_load(libname)
-# define DL_UNLOAD(handle)                     zend_mh_bundle_unload(handle)
+# define DL_UNLOAD                                     zend_mh_bundle_unload
 # define DL_FETCH_SYMBOL(h,s)          zend_mh_bundle_symbol(h,s)
 # define DL_ERROR                                      zend_mh_bundle_error
 # define DL_HANDLE                                     void *