From ae1b7bf4b8f211726d21bbf489bee78c8a3c4e2e Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sun, 5 Dec 1999 10:29:06 +0000 Subject: @Fix warnings compiling in maintainer mode. (Stig) Fix warnings compiling in maintainer mode. Install DB/common.php and DB/mysql.php on "make install". # We still have a warning from http_config.h:97. Rasmus? :-) --- ext/standard/fsock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/standard/fsock.h') diff --git a/ext/standard/fsock.h b/ext/standard/fsock.h index 9b76f094c2..cc0a360e25 100644 --- a/ext/standard/fsock.h +++ b/ext/standard/fsock.h @@ -93,7 +93,7 @@ typedef struct { #define FG(v) (fsock_globals->v) #define FLS_FETCH() php_fsock_globals *fsock_globals = ts_resource(fsock_globals_id) #else -#define FLS_D +#define FLS_D void #define FLS_DC #define FLS_C #define FLS_CC -- cgit v1.2.1