Mercurial > emacs
changeset 10414:f4a1838db0bf
Don't allow MARKBIT and DONT_COPY_FLAG to be the same bit.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 13 Jan 1995 00:02:43 +0000 |
parents | bfe591f66299 |
children | 72031f772d96 |
files | src/alloc.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alloc.c Fri Jan 13 00:00:23 1995 +0000 +++ b/src/alloc.c Fri Jan 13 00:02:43 1995 +0000 @@ -118,6 +118,10 @@ #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;