]> git.eshelyaron.com Git - emacs.git/commitdiff
One more GC-aligned struct
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Sep 2018 16:50:19 +0000 (09:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Sep 2018 16:50:31 +0000 (09:50 -0700)
* src/lisp.h (struct Lisp_Sub_Char_Table):
Mark this with GCALIGNED_STRUCT, too.

src/lisp.h

index 56623a75f740199f1939be1c6552c6484acff256..f2a3ac9213205c93fc9ac98f03a7ca6989ce69b4 100644 (file)
@@ -1890,7 +1890,7 @@ struct Lisp_Sub_Char_Table
 
     /* Use set_sub_char_table_contents to set this.  */
     Lisp_Object contents[FLEXIBLE_ARRAY_MEMBER];
-  };
+  } GCALIGNED_STRUCT;
 
 INLINE bool
 SUB_CHAR_TABLE_P (Lisp_Object a)