aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-08-14 02:34:06 +0000
committerJim Blandy <[email protected]>1992-08-14 02:34:06 +0000
commit42a9cd6a9cf7e2133c185023b98b9be2f9ad3575 (patch)
tree522598164018013145922919a60abdc6996e5b5e /src
parent0292bcb1745ab0410be03c18c09b71144b70c54d (diff)
* alloc.c (Fgarbage_collect): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index ee2f2aff28..ca6473712c 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -1363,7 +1363,7 @@ mark_object (objptr)
mark_object (&ptr->param_alist);
}
break;
-#endif /* MULTI_FRAME */
+#endif /* not MULTI_FRAME */
#if 0
case Lisp_Temp_Vector: