aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/alloc.c3
1 files changed, 2 insertions, 1 deletions
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 ()
4607 4607
4608 4608
4609/* Determine whether it is safe to access memory at address P. */ 4609/* Determine whether it is safe to access memory at address P. */
4610int valid_pointer_p (p) 4610int
4611valid_pointer_p (p)
4611 void *p; 4612 void *p;
4612{ 4613{
4613 int fd; 4614 int fd;