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

Diff of /m4/gnulib/m4/alloca.c

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

revision 1.1 by gary, Tue Oct 7 14:10:11 2003 UTC revision 1.2 by gary, Thu Nov 13 12:05:57 2003 UTC
# Line 204  alloca (size_t size) Line 204  alloca (size_t size)
204    
205      new = xmalloc (combined_size);      new = xmalloc (combined_size);
206    
     if (new == 0)  
       abort();  
   
207      ((header *) new)->h.next = last_alloca_header;      ((header *) new)->h.next = last_alloca_header;
208      ((header *) new)->h.deep = depth;      ((header *) new)->h.deep = depth;
209    

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