diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/alloc.c | 3 |
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. */ |
| 4610 | int valid_pointer_p (p) | 4610 | int |
| 4611 | valid_pointer_p (p) | ||
| 4611 | void *p; | 4612 | void *p; |
| 4612 | { | 4613 | { |
| 4613 | int fd; | 4614 | int fd; |