projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a1213f
)
(alloca): Arg is of type size_t, not unsigned.
author
Jim Meyering
<jim@meyering.net>
Thu, 30 Aug 2001 19:19:02 +0000
(19:19 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 30 Aug 2001 19:19:02 +0000
(19:19 +0000)
lib/alloca.c
patch
|
blob
|
history
diff --git
a/lib/alloca.c
b/lib/alloca.c
index 836c50319d3ed2c3527c1884cd22cf4492388058..6ad425a4cd6cdd2224c6f0aad359da5e32f9ec61 100644
(file)
--- 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);