From b57703825be0ff40d34ee257ce14c453c4bffb98 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 30 Jul 2001 01:48:22 +0000 Subject: Avoid TSRMLS_FETCH()'s (still lots of work left) --- Zend/zend_builtin_functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zend/zend_builtin_functions.h') diff --git a/Zend/zend_builtin_functions.h b/Zend/zend_builtin_functions.h index 574bc7fb19..bd144b1409 100644 --- a/Zend/zend_builtin_functions.h +++ b/Zend/zend_builtin_functions.h @@ -21,6 +21,6 @@ #ifndef ZEND_BUILTIN_FUNCTIONS_H #define ZEND_BUILTIN_FUNCTIONS_H -int zend_startup_builtin_functions(void); +int zend_startup_builtin_functions(TSRMLS_D); #endif /* ZEND_BUILTIN_FUNCTIONS_H */ -- cgit v1.2.1