/[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.36 by gary, Wed Aug 27 17:10:12 2003 UTC revision 1.37 by gary, Wed Sep 10 17:12:02 2003 UTC
# Line 287  struct m4__search_path_info { Line 287  struct m4__search_path_info {
287    
288  /* Dmalloc expects us to use a void returning xfree.  */  /* Dmalloc expects us to use a void returning xfree.  */
289  #  undef XFREE  #  undef XFREE
290  #  define XFREE(p)      if (p) xfree (p)  #  define XFREE(p)      (xfree (p))
291    
292  #endif /* WITH_DMALLOC */  #endif /* WITH_DMALLOC */
293    

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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