summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2002-02-02 16:56:17 +0000
committerAndi Gutmans <andi@php.net>2002-02-02 16:56:17 +0000
commit180f91bac80aec71b8a5a76493c0f90c3fd87afa (patch)
treec3d7641bc1f819ad7ed4646fbe6c2c6ea149a23a
parent1e5e93a63dfc1239548dcc3ef209d6f8617051c1 (diff)
downloadphp-git-180f91bac80aec71b8a5a76493c0f90c3fd87afa.tar.gz
- Nice catch by Derick. GINIT is dead.
-rw-r--r--Zend/zend_modules.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h
index c148f8e711..ae295f983a 100644
--- a/Zend/zend_modules.h
+++ b/Zend/zend_modules.h
@@ -29,8 +29,6 @@
#define SHUTDOWN_FUNC_ARGS_PASSTHRU type, module_number TSRMLS_CC
#define ZEND_MODULE_INFO_FUNC_ARGS zend_module_entry *zend_module TSRMLS_DC
#define ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU zend_module TSRMLS_CC
-#define GINIT_FUNC_ARGS void
-#define GINIT_FUNC_ARGS_PASSTHRU
ZEND_API extern unsigned char first_arg_force_ref[];
ZEND_API extern unsigned char second_arg_force_ref[];