X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fxmalloc.h;h=0c7df51c446a2a4af212c36334838d3d9db50a1f;hp=a8ea211eac8331822db3352969826960ffc9a668;hb=068a5a7412f492019b4d6f5e89158098d44368f7;hpb=46ed30d0d83dd1b21e58a4db365a60aefaa5aad8 diff --git a/include/xmalloc.h b/include/xmalloc.h index a8ea211..0c7df51 100644 --- a/include/xmalloc.h +++ b/include/xmalloc.h @@ -24,7 +24,12 @@ * OF THIS SOFTWARE. * * $Log: xmalloc.h,v $ - * Revision 1.3 1997-09-01 08:49:54 adam + * Revision 1.4 1997-10-31 12:20:08 adam + * Improved memory debugging for xmalloc/nmem.c. References to NMEM + * instead of ODR in n ESPEC-1 handling in source d1_espec.c. + * Bug fix: missing fclose in data1_read_espec1. + * + * Revision 1.3 1997/09/01 08:49:54 adam * New windows NT/95 port using MSV5.0. To export DLL functions the * YAZ_EXPORT modifier was added. Defined in yconfig.h. * @@ -71,6 +76,12 @@ #include +#define TRACE_XMALLOC 0 + +#ifndef TRACE_XMALLOC +#define TRACE_XMALLOC 0 +#endif + #ifdef __cplusplus extern "C" { #endif