1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 01:20:37 -08:00

Delete the #if that compares MARKBIT.

This commit is contained in:
Karl Heuer 1995-04-13 21:14:31 +00:00
parent cd1292d1d4
commit c189db03e3

View 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;