diff options
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 5ec1307ed05..a331d897ec6 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -234,7 +234,7 @@ enum pvec_type | |||
| 234 | PVEC_WINDOW_CONFIGURATION = 0x2000, | 234 | PVEC_WINDOW_CONFIGURATION = 0x2000, |
| 235 | PVEC_SUBR = 0x4000, | 235 | PVEC_SUBR = 0x4000, |
| 236 | PVEC_TYPE_MASK = 0x7f00, | 236 | PVEC_TYPE_MASK = 0x7f00, |
| 237 | PVEC_FLAG = PSEUDOVECTOR_FLAG, | 237 | PVEC_FLAG = PSEUDOVECTOR_FLAG |
| 238 | }; | 238 | }; |
| 239 | 239 | ||
| 240 | /* For convenience, we also store the number of elements in these bits. */ | 240 | /* For convenience, we also store the number of elements in these bits. */ |