[xml] Typo
- From: Igor Zlatkovic <igor stud fh-frankfurt de>
- To: <xml gnome org>
- Subject: [xml] Typo
- Date: Fri, 8 Nov 2002 15:39:59 +0100
Hi there,
in globals.c there is a
/*
* Memory allocation routines
*/
#if defined(DEBUG_MEMORY_LOCATION) | defined(DEBUG_MEMORY)
extern void xmlMemFree(void *ptr);
extern void * xmlMemMalloc(size_t size);
extern void * xmlMemRealloc(void *ptr,size_t size);
[...]
I assume that "|" in the preprocessor conditional was meant as "||"?
Ciao
Igor
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]