aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 95da9d82968..be3d2adfad4 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1225,6 +1225,7 @@ struct Lisp_Overlay
1225 int type : 16; /* = Lisp_Misc_Overlay */ 1225 int type : 16; /* = Lisp_Misc_Overlay */
1226 unsigned gcmarkbit : 1; 1226 unsigned gcmarkbit : 1;
1227 int spacer : 15; 1227 int spacer : 15;
1228 struct Lisp_Overlay *next;
1228 Lisp_Object start, end, plist; 1229 Lisp_Object start, end, plist;
1229 }; 1230 };
1230 1231