/[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.39 by gary, Wed Oct 8 14:46:12 2003 UTC revision 1.40 by gary, Fri Oct 10 13:05:56 2003 UTC
# Line 312  struct m4__search_path_info { Line 312  struct m4__search_path_info {
312            putc ('\n', m4_get_debug_file (C));                           \            putc ('\n', m4_get_debug_file (C));                           \
313          }                                               } M4_STMT_END          }                                               } M4_STMT_END
314    
315    
316    
317    
318    /* Convenience macro to zero a variable after freeing it.  */
319    #define DELETE(Expr)    ((Expr) = (free (Expr), (void *) 0))
320    
321    
322  #if DEBUG  #if DEBUG
323  # define DEBUG_INPUT  # define DEBUG_INPUT
324  # define DEBUG_MACRO  # define DEBUG_MACRO

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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