[xml] Typo



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]