]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete the #if that compares MARKBIT.
authorKarl Heuer <kwzh@gnu.org>
Thu, 13 Apr 1995 21:14:31 +0000 (21:14 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 13 Apr 1995 21:14:31 +0000 (21:14 +0000)
src/alloc.c

index e5134950a1a4b8ce5fbbd9ece3cf9d1852198750..67731ea1b0d72918d416a9fc804a09fabf460588 100644 (file)
@@ -143,10 +143,6 @@ Lisp_Object memory_signal_data;
 #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;