aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-24 13:53:39 +0000
committerGerd Moellmann1999-11-24 13:53:39 +0000
commitf1b14279ae6832ea16b8bde3e1019d9c50eb4273 (patch)
treee01a8a4c72d1b7b84d241586b013601bd6919a14 /src
parent851cab134c6074a1999db770da2c24f625c19b8b (diff)
downloademacs-f1b14279ae6832ea16b8bde3e1019d9c50eb4273.tar.gz
emacs-f1b14279ae6832ea16b8bde3e1019d9c50eb4273.zip
(enum pvec_type): Put PVEC_FLAG in #if 0.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h5
1 files changed, 5 insertions, 0 deletions
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
261 PVEC_BUFFER = 0x20000, 261 PVEC_BUFFER = 0x20000,
262 PVEC_HASH_TABLE = 0x40000, 262 PVEC_HASH_TABLE = 0x40000,
263 PVEC_TYPE_MASK = 0x7fe00, 263 PVEC_TYPE_MASK = 0x7fe00,
264
265#if 0 /* This is used to make the value of PSEUDOVECTOR_FLAG available
266 to GDB. It doesn't work on OS Alpha. Moved to a variable in
267 emacs.c */
264 PVEC_FLAG = PSEUDOVECTOR_FLAG 268 PVEC_FLAG = PSEUDOVECTOR_FLAG
269#endi
265}; 270};
266 271
267/* For convenience, we also store the number of elements in these bits. */ 272/* For convenience, we also store the number of elements in these bits. */