/[mailutils]/mailutils/lib/xmalloc.c
ViewVC logotype

Diff of /mailutils/lib/xmalloc.c

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

revision 1.4 by sroberts, Thu Dec 13 04:27:46 2001 UTC revision 1.5 by gray, Wed Apr 23 11:49:22 2003 UTC
# Line 48  void free (); Line 48  void free ();
48  # define EXIT_FAILURE 1  # define EXIT_FAILURE 1
49  #endif  #endif
50    
51  #ifndef HAVE_DONE_WORKING_MALLOC_CHECK  #ifndef HAVE_MALLOC
52  you must run the autoconf test for a properly working malloc -- see malloc.m4  # error "you must run the autoconf test for a properly working malloc -- see malloc.m4"
53  #endif  #endif
54    
55  #ifndef HAVE_DONE_WORKING_REALLOC_CHECK  #ifndef HAVE_REALLOC
56  you must run the autoconf test for a properly working realloc -- see realloc.m4  # error "you must run the autoconf test for a properly working realloc -- see realloc.m4"
57  #endif  #endif
58    
59  /* Exit value when the requested amount of memory is not available.  /* Exit value when the requested amount of memory is not available.

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

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