Turned off memory debug, oops ! Daniel

This commit is contained in:
Daniel Veillard 1999-10-28 15:51:53 +00:00
parent 3500838f65
commit 962195f62c
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* xmlmemory.h: turned off mem debug :-\
Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* parser.c: closed bug #2784 a one line fix, but worth pushing

View File

@ -8,7 +8,7 @@
#ifndef _DEBUG_MEMORY_ALLOC_
#define _DEBUG_MEMORY_ALLOC_
/* #define NO_DEBUG_MEMORY */
#define NO_DEBUG_MEMORY
#ifdef NO_DEBUG_MEMORY
#ifdef HAVE_MALLOC_H

View File

@ -8,7 +8,7 @@
#ifndef _DEBUG_MEMORY_ALLOC_
#define _DEBUG_MEMORY_ALLOC_
/* #define NO_DEBUG_MEMORY */
#define NO_DEBUG_MEMORY
#ifdef NO_DEBUG_MEMORY
#ifdef HAVE_MALLOC_H