From: Gerd Moellmann Date: Wed, 24 Nov 1999 13:53:39 +0000 (+0000) Subject: (enum pvec_type): Put PVEC_FLAG in #if 0. X-Git-Tag: emacs-pretest-21.0.90~5999 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1b14279ae6832ea16b8bde3e1019d9c50eb4273;p=emacs.git (enum pvec_type): Put PVEC_FLAG in #if 0. --- 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. */