From f1b14279ae6832ea16b8bde3e1019d9c50eb4273 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 24 Nov 1999 13:53:39 +0000 Subject: [PATCH] (enum pvec_type): Put PVEC_FLAG in #if 0. --- src/lisp.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lisp.h b/src/lisp.h index 9431ad36f31..a1f0b17e7ee 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -261,7 +261,12 @@ enum pvec_type PVEC_BUFFER = 0x20000, PVEC_HASH_TABLE = 0x40000, PVEC_TYPE_MASK = 0x7fe00, + +#if 0 /* This is used to make the value of PSEUDOVECTOR_FLAG available + to GDB. It doesn't work on OS Alpha. Moved to a variable in + emacs.c */ PVEC_FLAG = PSEUDOVECTOR_FLAG +#endi }; /* For convenience, we also store the number of elements in these bits. */ -- 2.39.5