diff src/alloc.c @ 11430:35d5910b12b4

Delete the #if that compares MARKBIT.
author Karl Heuer <kwzh@gnu.org>
date Thu, 13 Apr 1995 21:14:31 +0000
parents bd3241a14d0a
children f5385353aae3
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;