/[m4]/m4/m4/m4private.h
ViewVC logotype

Diff of /m4/m4/m4private.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by gary, Sun Sep 30 14:43:38 2001 UTC revision 1.12 by gary, Sun Sep 30 22:26:57 2001 UTC
# Line 79  struct m4_symbol Line 79  struct m4_symbol
79  /* Debugging the memory allocator.  */  /* Debugging the memory allocator.  */
80    
81  #if WITH_DMALLOC  #if WITH_DMALLOC
82  # define DMALLOC_FUNC_CHECK  #  define DMALLOC_FUNC_CHECK
83  # include <dmalloc.h>  #  include <dmalloc.h>
84  #endif  
85    /* Dmalloc expects us to use a void returning xfree.  */
86    #  undef XFREE
87    #  define XFREE(p)      if (p) xfree (p)
88    
89    #endif /* WITH_DMALLOC */
90    
91  /* Other debug stuff.  */  /* Other debug stuff.  */
92    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26