From 225a08e8ddaf4124d32d1a36eef86c7ea4171863 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 21 Dec 2000 05:31:18 +0000 Subject: [PATCH] No need for GCC extensions in non-debugging mode. PR: #8345 --- ext/session/mod_mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/session/mod_mm.c b/ext/session/mod_mm.c index 355c991e7e..a389f88efe 100644 --- a/ext/session/mod_mm.c +++ b/ext/session/mod_mm.c @@ -57,7 +57,7 @@ static ps_mm *ps_mm_instance = NULL; #if 0 #define ps_mm_debug(a...) fprintf(stderr, a) #else -#define ps_mm_debug(a...) +#define ps_mm_debug #endif #define BITS_IN_int (sizeof(int) * CHAR_BIT) -- 2.40.0