changeset 11430:35d5910b12b4

Delete the #if that compares MARKBIT.
author Karl Heuer <kwzh@gnu.org>
date Thu, 13 Apr 1995 21:14:31 +0000
parents 7d21c8a45da0
children 6e6385618bb4
files src/alloc.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Thu Apr 13 21:13:31 1995 +0000
+++ b/src/alloc.c	Thu Apr 13 21:14:31 1995 +0000
@@ -143,10 +143,6 @@
 #define DONT_COPY_FLAG 1
 #endif /* no DONT_COPY_FLAG  */
 
-#if DONT_COPY_FLAG == MARKBIT
-you lose
-#endif
-
 /* Buffer in which we save a copy of the C stack at each GC.  */
 
 char *stack_copy;