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

Diff of /m4/m4/system_.h

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

revision 1.8 by gary, Tue Oct 7 14:10:14 2003 UTC revision 1.9 by gary, Fri Oct 10 13:05:57 2003 UTC
# Line 18  Line 18 
18  */  */
19    
20  /**  /**
21   * @configure_generated@   * @configure_output@
22   *   *
23   * This file is installed, so cannot rely on the contents of config.h.   * This file is installed, so cannot rely on the contents of config.h.
24   * It works best if included _after_ system headers.   * It works best if included _after_ system headers.
# Line 33  Line 33 
33  @INCLUDE_ERROR_H@  @INCLUDE_ERROR_H@
34  @INCLUDE_OBSTACK_H@  @INCLUDE_OBSTACK_H@
35  @INCLUDE_REGEX_H@  @INCLUDE_REGEX_H@
36    
37    /* These are not in m4's namespace so for safety undefine any errant
38       definitions before including stdbool.h.  */
39    #undef bool
40    #undef false
41    #undef true
42  @INCLUDE_STDBOOL_H@  @INCLUDE_STDBOOL_H@
43    
44  #include <m4/exit.h>  #include <m4/exit.h>
45  #include <m4/xalloc.h>  #include <m4/xalloc.h>
46  #include <m4/xstrndup.h>  #include <m4/xstrndup.h>
# Line 147  BEGIN_C_DECLS Line 154  BEGIN_C_DECLS
154  #  define CONC(a, b)    _CONC(a, b)  #  define CONC(a, b)    _CONC(a, b)
155  #endif  #endif
156    
   
   
 #define DELETE(Expr)    ((Expr) = (free (Expr), (void *) 0))  
   
157  END_C_DECLS  END_C_DECLS
158    
159  #endif /* !M4_SYSTEM_H */  #endif /* !M4_SYSTEM_H */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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