From: Adam Dickmeiss Date: Sun, 30 Sep 2001 20:10:28 +0000 (+0000) Subject: TRACE_MALLOC=1. X-Git-Tag: YAZ.1.8~38 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ce8f5caa5af3f70ce86985b384c0c8be156437b9;hp=c227960392ad224178f1ab16f02207717dbe3d1b TRACE_MALLOC=1. --- diff --git a/util/xmalloc.c b/util/xmalloc.c index 16469d7..cc5fe3e 100644 --- a/util/xmalloc.c +++ b/util/xmalloc.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: xmalloc.c,v $ - * Revision 1.12 2001-09-24 21:51:56 adam + * Revision 1.13 2001-09-30 20:10:28 adam + * TRACE_MALLOC=1. + * + * Revision 1.12 2001/09/24 21:51:56 adam * New Z39.50 OID utilities: yaz_oidval_to_z3950oid, yaz_str_to_z3950oid * and yaz_z3950oid_to_str. * @@ -74,7 +77,7 @@ #include #include -#define TRACE_XMALLOC 2 +#define TRACE_XMALLOC 1 #if TRACE_XMALLOC > 1