X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Falloca.c;h=b102eb11bfec0613521a05828b80f0bdb31ba781;hb=84bac78db458687a1d6eebdc31cf81db1a96dea7;hp=10e5d65f01945193ae63b532c60a39278654c514;hpb=f629cb35ff2a467084745d8e635e41eb1f39f6d8;p=gnulib.git diff --git a/lib/alloca.c b/lib/alloca.c index 10e5d65f0..b102eb11b 100644 --- a/lib/alloca.c +++ b/lib/alloca.c @@ -161,8 +161,7 @@ static header *last_alloca_header = NULL; /* -> last alloca header. */ implementations of C, for example under Gould's UTX/32. */ pointer -alloca (size) - unsigned size; +alloca (unsigned size) { auto char probe; /* Probes stack depth: */ register char *depth = ADDRESS_FUNCTION (probe);