Update from gnulib.
authorJim Meyering <jim@meyering.net>
Fri, 31 Oct 2003 13:39:58 +0000 (13:39 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 31 Oct 2003 13:39:58 +0000 (13:39 +0000)
lib/alloca.c

index c4db187..5e2521b 100644 (file)
@@ -204,9 +204,6 @@ alloca (size_t size)
 
     new = xmalloc (combined_size);
 
-    if (new == 0)
-      abort();
-
     ((header *) new)->h.next = last_alloca_header;
     ((header *) new)->h.deep = depth;