aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2006-07-29 01:53:31 +0000
committerRichard M. Stallman2006-07-29 01:53:31 +0000
commit69b9efaa09b5fe495b5520af1a44f7f84dfd6b90 (patch)
tree80e2b2bf9369764e819f6740b0643d6ee9054797 /src
parent464dfe8f0ac72820c0a1f1de4dbd2a36cc865b44 (diff)
downloademacs-69b9efaa09b5fe495b5520af1a44f7f84dfd6b90.tar.gz
emacs-69b9efaa09b5fe495b5520af1a44f7f84dfd6b90.zip
Whitespace change.
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;