From: Karl Heuer Date: Thu, 13 Apr 1995 21:14:31 +0000 (+0000) Subject: Delete the #if that compares MARKBIT. X-Git-Tag: emacs-19.34~4428 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c189db03e32b50197e48996bc5a54fb5da7cfae7;p=emacs.git Delete the #if that compares MARKBIT. --- diff --git a/src/alloc.c b/src/alloc.c index e5134950a1a..67731ea1b0d 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -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;