mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-11 18:09:31 +08:00
Turned off memory debug, oops ! Daniel
This commit is contained in:
parent
3500838f65
commit
962195f62c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user