]> git.eshelyaron.com Git - emacs.git/commitdiff
(enum pvec_type): Put PVEC_FLAG in #if 0.
authorGerd Moellmann <gerd@gnu.org>
Wed, 24 Nov 1999 13:53:39 +0000 (13:53 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 24 Nov 1999 13:53:39 +0000 (13:53 +0000)
src/lisp.h

index 9431ad36f311d10bca14a0a1de75f0022bf9001b..a1f0b17e7eee279758b7ed252aa4eca1c94bba72 100644 (file)
@@ -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.  */