# HG changeset patch # User Karl Heuer # Date 797807671 0 # Node ID 35d5910b12b4a44e991c5dc04465fc151f285e93 # Parent 7d21c8a45da03a6c9218636e54909304010a01ed Delete the #if that compares MARKBIT. diff -r 7d21c8a45da0 -r 35d5910b12b4 src/alloc.c --- 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;