summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gc.c b/gc.c
index ea1bdf0ecb..5a786cc02e 100644
--- a/gc.c
+++ b/gc.c
@@ -504,8 +504,7 @@ set_stack_end(VALUE **stack_end_p)
#else
static int grow_direction;
static int
-stack_grow_direction(addr)
- VALUE *addr;
+stack_grow_direction(VALUE *addr)
{
SET_STACK_END;