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

Diff of /m4/gnulib/m4/malloc.c

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

revision 1.1 by gary, Wed Sep 10 17:12:02 2003 UTC revision 1.2 by gary, Tue Oct 7 14:10:11 2003 UTC
# Line 22  Line 22 
22  #endif  #endif
23  #undef malloc  #undef malloc
24    
25  #include <stddef.h>  #include <stdlib.h>
   
 char *malloc ();  
26    
27  /* Allocate an N-byte block of memory from the heap.  /* Allocate an N-byte block of memory from the heap.
28     If N is zero, allocate a 1-byte block.  */     If N is zero, allocate a 1-byte block.  */
29    
30  char *  void *
31  rpl_malloc (size_t n)  rpl_malloc (size_t n)
32  {  {
33    if (n == 0)    if (n == 0)

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

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