diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 5 |
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. */ |