/[m4]/m4/gnulib/m4/xmalloc.c
ViewVC logotype

Diff of /m4/gnulib/m4/xmalloc.c

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

revision 1.2 by gary, Wed Sep 10 17:12:02 2003 UTC revision 1.3 by gary, Tue Oct 7 14:10:11 2003 UTC
# Line 21  Line 21 
21  # include <config.h>  # include <config.h>
22  #endif  #endif
23    
24  #include <sys/types.h>  #include "xalloc.h"
25    
26  #if STDC_HEADERS  #include <stdlib.h>
 # include <stdlib.h>  
 #else  
 void *calloc ();  
 void *malloc ();  
 void *realloc ();  
 void free ();  
 #endif  
27    
28  #include "gettext.h"  #include "gettext.h"
29  #define _(msgid) gettext (msgid)  #define _(msgid) gettext (msgid)
30  #define N_(msgid) msgid  #define N_(msgid) msgid
31    
32  #include "error.h"  #include "error.h"
33    #include "exit.h"
34  #include "exitfail.h"  #include "exitfail.h"
 #include "xalloc.h"  
   
 #ifndef EXIT_FAILURE  
 # define EXIT_FAILURE 1  
 #endif  
35    
36  /* The following tests require AC_PREREQ(2.54).  */  /* The following tests require AC_PREREQ(2.54).  */
37    

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

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