X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fxmalloc.c;h=4900a50d3819953c7d6a84452d2a646d7d01887f;hp=1b33b63c5cc15536292b3307242d5268b4a5143b;hb=fd4adcc80d442f84c6a1894e890b1b6ccd02615e;hpb=67e7a7a13ff1e787b9e5cfe84494dfd446c1bcb9 diff --git a/util/xmalloc.c b/util/xmalloc.c index 1b33b63..4900a50 100644 --- a/util/xmalloc.c +++ b/util/xmalloc.c @@ -3,7 +3,7 @@ * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * - * $Id: xmalloc.c,v 1.14 2001-11-06 17:05:19 adam Exp $ + * $Id: xmalloc.c,v 1.15 2001-11-13 23:00:43 adam Exp $ */ #if HAVE_CONFIG_H @@ -17,7 +17,9 @@ #include #include -#define TRACE_XMALLOC 2 +#ifndef TRACE_XMALLOC +#define TRACE_XMALLOC 1 +#endif #if TRACE_XMALLOC > 1