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

Diff of /bison/lib/xmalloc.c

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

revision 1.3 by eggert, Fri Oct 26 07:26:00 2001 UTC revision 1.4 by eggert, Mon Aug 12 14:11:02 2002 UTC
# Line 1  Line 1 
1  /* xmalloc.c -- malloc with out of memory checking  /* xmalloc.c -- malloc with out of memory checking
2     Copyright (C) 1990-1999, 2000 Free Software Foundation, Inc.     Copyright (C) 1990-1999, 2000, 2002 Free Software Foundation, Inc.
3    
4     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
# Line 46  void free (); Line 46  void free ();
46  # define EXIT_FAILURE 1  # define EXIT_FAILURE 1
47  #endif  #endif
48    
49  #ifndef HAVE_DONE_WORKING_MALLOC_CHECK  #ifndef HAVE_MALLOC
50  "you must run the autoconf test for a properly working malloc -- see malloc.m4"  "you must run the autoconf test for a properly working malloc"
51  #endif  #endif
52    
53  #ifndef HAVE_DONE_WORKING_REALLOC_CHECK  #ifndef HAVE_REALLOC
54  "you must run the autoconf test for a properly working realloc --see realloc.m4"  "you must run the autoconf test for a properly working realloc"
55  #endif  #endif
56    
57  /* 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.3  
changed lines
  Added in v.1.4

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