aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 30afc6e484b..623dfabec99 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -389,7 +389,7 @@ enum pvec_type
389 PVEC_FONT = 0x200000, 389 PVEC_FONT = 0x200000,
390 PVEC_OTHER = 0x400000, 390 PVEC_OTHER = 0x400000,
391 PVEC_XWIDGET = 0x800000, 391 PVEC_XWIDGET = 0x800000,
392 PVEC_XWIDGET_VIEW = 0x1000000, 392 PVEC_XWIDGET_VIEW = 0x1000000,
393 PVEC_TYPE_MASK = 0x3fffe00 393 PVEC_TYPE_MASK = 0x3fffe00
394 394
395#if 0 /* This is used to make the value of PSEUDOVECTOR_FLAG available to 395#if 0 /* This is used to make the value of PSEUDOVECTOR_FLAG available to