]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 c4db187da555e7c1eaf383fb2631670db8520ab4..5e2521b363fdbdd04686b37066a29d35033e0f26 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;