summaryrefslogtreecommitdiff
path: root/src/alloc.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-04-13 21:14:31 +0000
committerKarl Heuer <kwzh@gnu.org>1995-04-13 21:14:31 +0000
commit7d93c5057d1009e287aa88c5476b5e238233e6e9 (patch)
treeb2b5efe5a79113a11703f0718c478720a3fd3f8e /src/alloc.c
parent221a96be7362b2927bb88831ac34d8ff5710af95 (diff)
downloademacs-7d93c5057d1009e287aa88c5476b5e238233e6e9.tar.gz
Delete the #if that compares MARKBIT.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c4
1 files changed, 0 insertions, 4 deletions
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;