diff options
| author | Karl Heuer | 1995-04-13 21:14:31 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-04-13 21:14:31 +0000 |
| commit | c189db03e32b50197e48996bc5a54fb5da7cfae7 (patch) | |
| tree | 390cfdafd8423ac9fdfc6aff2719a799c3c878e4 /src/alloc.c | |
| parent | cd1292d1d41c3c30cb19997cbe816408ce87c7e8 (diff) | |
| download | emacs-c189db03e32b50197e48996bc5a54fb5da7cfae7.tar.gz emacs-c189db03e32b50197e48996bc5a54fb5da7cfae7.zip | |
Delete the #if that compares MARKBIT.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 4 |
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; | |||
| 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 | 145 | ||
| 146 | #if DONT_COPY_FLAG == MARKBIT | ||
| 147 | you lose | ||
| 148 | #endif | ||
| 149 | |||
| 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; |