]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/comp.h (struct Lisp_Native_Comp_Unit): Fix missing GCALIGNED_STRUCT.
authorAndrea Corallo <akrl@sdf.org>
Mon, 8 Jun 2020 21:31:19 +0000 (22:31 +0100)
committerAndrea Corallo <akrl@sdf.org>
Mon, 8 Jun 2020 21:42:31 +0000 (22:42 +0100)
src/comp.h

index d46cdc735ff5ceb25278ccf5077351ef692ee16f..507379bf5e6fa7fb4beb705d25860da50f1a8183 100644 (file)
@@ -61,7 +61,7 @@ struct Lisp_Native_Comp_Unit
      string may have been sweeped. */
   char *cfile;
 #endif
-};
+} GCALIGNED_STRUCT;
 
 #ifdef HAVE_NATIVE_COMP