diff --git a/src/alloc.c b/src/alloc.c index a861504ab89..4c1a81e7c92 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -4607,7 +4607,8 @@ mark_stack () /* Determine whether it is safe to access memory at address P. */ -int valid_pointer_p (p) +int +valid_pointer_p (p) void *p; { int fd;