/[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.3 by gary, Wed Sep 10 17:12:02 2003 UTC revision 1.4 by gary, Thu Sep 11 16:38:12 2003 UTC
# Line 153  BEGIN_C_DECLS Line 153  BEGIN_C_DECLS
153  #endif  #endif
154    
155    
156  /* FIXME: macros to ease transition to gnulib xalloc.h API */  #define DELETE(Expr)    ((Expr) = (xfree (Expr), (void *) 0))
 #undef XFREE  
 #define XFREE(Var)      ((Var) = xfree (Var))  
157    
 extern void *xfree (void *stale);  
158  extern char *xstrzdup (const char *string, size_t len);  extern char *xstrzdup (const char *string, size_t len);
159    
160  END_C_DECLS  END_C_DECLS

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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