comparison src/alloc.c @ 72167:b0a67cf52eb6

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 Jul 2006 01:53:31 +0000
parents b4ec5a95c687
children 4eba80d54b43
comparison
equal deleted inserted replaced
72166:d8c9fc01d95e 72167:b0a67cf52eb6
4605 4605
4606 #endif /* GC_MARK_STACK != 0 */ 4606 #endif /* GC_MARK_STACK != 0 */
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;
4614 4615
4615 /* Obviously, we cannot just access it (we would SEGV trying), so we 4616 /* Obviously, we cannot just access it (we would SEGV trying), so we