From 0818d96c97ceec4dbb8251c5220a2fdcdf39f355 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 24 Apr 1999 00:12:00 +0000 Subject: A lot of cleanups... Removed old thread-safe code and other redundant code and files --- main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.h') diff --git a/main.h b/main.h index 0c1f90a1ba..d80236031e 100644 --- a/main.h +++ b/main.h @@ -39,7 +39,7 @@ #include "php_globals.h" int php3_request_startup(CLS_D ELS_DC PLS_DC); -extern void php3_request_shutdown(void *dummy INLINE_TLS); +extern void php3_request_shutdown(void *dummy); extern void php3_request_shutdown_for_exec(void *dummy); extern int php3_module_startup(); extern void php3_module_shutdown(); -- cgit v1.2.1