From 3b57acb098d23f2c5653a1429e12ac89384a750c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 30 Aug 2001 19:19:02 +0000 Subject: (alloca): Arg is of type size_t, not unsigned. --- lib/alloca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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); -- cgit v1.2.3-70-g09d2