summaryrefslogtreecommitdiff
path: root/lib/alloca.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/alloca.c')
-rw-r--r--lib/alloca.c3
1 files changed, 1 insertions, 2 deletions
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);