X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Falloca.c;h=6ad425a4cd6cdd2224c6f0aad359da5e32f9ec61;hb=16a0854acae4ee4124c440b63b795859e33c92c7;hp=836c50319d3ed2c3527c1884cd22cf4492388058;hpb=702f288a1c0d2053385edfe9a47ed0e184a9f1fe;p=gnulib.git diff --git a/lib/alloca.c b/lib/alloca.c index 836c50319..6ad425a4c 100644 --- a/lib/alloca.c +++ b/lib/alloca.c @@ -169,7 +169,7 @@ static header *last_alloca_header = NULL; /* -> last alloca header. */ implementations of C, for example under Gould's UTX/32. */ pointer -alloca (unsigned size) +alloca (size_t size) { auto char probe; /* Probes stack depth: */ register char *depth = ADDRESS_FUNCTION (probe);