1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00

Update from gnulib.

This commit is contained in:
Jim Meyering
2003-10-31 13:39:58 +00:00
parent 83967b1ad0
commit fdeec6de0b
-3
View 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;