diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 02b8078a9fd..8aa034e9e57 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -799,6 +799,12 @@ enum pvec_type | |||
| 799 | PVEC_WINDOW_CONFIGURATION, | 799 | PVEC_WINDOW_CONFIGURATION, |
| 800 | PVEC_SUBR, | 800 | PVEC_SUBR, |
| 801 | PVEC_OTHER, | 801 | PVEC_OTHER, |
| 802 | |||
| 803 | #ifdef HAVE_XWIDGETS | ||
| 804 | PVEC_XWIDGET, | ||
| 805 | PVEC_XWIDGET_VIEW, | ||
| 806 | #endif | ||
| 807 | |||
| 802 | /* These should be last, check internal_equal to see why. */ | 808 | /* These should be last, check internal_equal to see why. */ |
| 803 | PVEC_COMPILED, | 809 | PVEC_COMPILED, |
| 804 | PVEC_CHAR_TABLE, | 810 | PVEC_CHAR_TABLE, |