aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index cf7b8c0ebc5..6203a746a30 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -3050,6 +3050,8 @@ enum specbind_tag {
3050 3050
3051union specbinding 3051union specbinding
3052 { 3052 {
3053 /* Aligning similar members consistently might help efficiency slightly
3054 (Bug#31996#25). */
3053 ENUM_BF (specbind_tag) kind : CHAR_BIT; 3055 ENUM_BF (specbind_tag) kind : CHAR_BIT;
3054 struct { 3056 struct {
3055 ENUM_BF (specbind_tag) kind : CHAR_BIT; 3057 ENUM_BF (specbind_tag) kind : CHAR_BIT;