From 3872c32d4a50c87629b972432023c4489e2d9d12 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Tue, 17 Mar 1998 21:13:22 +0000 Subject: [PATCH] Doh. commit caught this accidentally. Can we put these #defines into a .h file that isnt in CVS so people can test things without killing the world? :) --- glib/gmem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/gmem.c b/glib/gmem.c index ec604aca6..35dfdaba3 100644 --- a/glib/gmem.c +++ b/glib/gmem.c @@ -20,8 +20,8 @@ #include "glib.h" -#define MEM_PROFILE -#define MEM_CHECK +/* #define MEM_PROFILE */ +/* #define MEM_CHECK */ #define MAX_MEM_AREA 65536L