comparison 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
comparison
equal deleted inserted replaced
11429:7d21c8a45da0 11430:35d5910b12b4
140 use this slot to hold the bit that would otherwise be interpreted as 140 use this slot to hold the bit that would otherwise be interpreted as
141 the GC mark bit. */ 141 the GC mark bit. */
142 #ifndef DONT_COPY_FLAG 142 #ifndef DONT_COPY_FLAG
143 #define DONT_COPY_FLAG 1 143 #define DONT_COPY_FLAG 1
144 #endif /* no DONT_COPY_FLAG */ 144 #endif /* no DONT_COPY_FLAG */
145
146 #if DONT_COPY_FLAG == MARKBIT
147 you lose
148 #endif
149 145
150 /* Buffer in which we save a copy of the C stack at each GC. */ 146 /* Buffer in which we save a copy of the C stack at each GC. */
151 147
152 char *stack_copy; 148 char *stack_copy;
153 int stack_copy_size; 149 int stack_copy_size;