X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fxmalloc.c;h=cc5fe3edc49759f5c7b521f2c041c7480f5e449f;hb=9eeffdf14fddcf59618fdd7c8c16e4cc32429b4d;hp=16469d7263dbb54c4f16013ed77180eea573b0de;hpb=c7dfadc3347abda902e15f79bfd513e1d48cfbba;p=yaz-moved-to-github.git 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