Diff for /rpm2html/memory.c between versions 1.1 and 1.2

version 1.1, 1998/11/15 05:10:11 version 1.2, 1998/11/15 06:07:27
Line 4 Line 4
  * Daniel.Veillard@w3.org   * Daniel.Veillard@w3.org
  */   */
   
 #ifndef NO_DEBUG_MEMORY  
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <string.h>  #include <string.h>
 #include <stdio.h>  #include <stdio.h>
 #include <malloc.h>  #include <malloc.h>
 #include "memory.h"  #include "memory.h"
   
   #ifndef NO_DEBUG_MEMORY
   
 #ifdef debugMalloc  #ifdef debugMalloc
 #undef debugMalloc  #undef debugMalloc
 #endif  #endif

Removed from v.1.1  
changed lines
  Added in v.1.2


Webmaster