aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 92ab05b4228..1518d4a8690 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -954,7 +954,7 @@ typedef EMACS_UINT Lisp_Word_tag;
954 ? ((y) - 1 + (x)) & ~ ((y) - 1) \ 954 ? ((y) - 1 + (x)) & ~ ((y) - 1) \
955 : ((y) - 1 + (x)) - ((y) - 1 + (x)) % (y)) 955 : ((y) - 1 + (x)) - ((y) - 1 + (x)) % (y))
956 956
957#include "globals.h" 957#include <globals.h>
958 958
959/* Header of vector-like objects. This documents the layout constraints on 959/* Header of vector-like objects. This documents the layout constraints on
960 vectors and pseudovectors (objects of PVEC_xxx subtype). It also prevents 960 vectors and pseudovectors (objects of PVEC_xxx subtype). It also prevents