From 5e8cdca71a661a6d95355ac5fdaa1e2fa32ed0df Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Mon, 8 Jun 2020 22:31:19 +0100 Subject: [PATCH] * src/comp.h (struct Lisp_Native_Comp_Unit): Fix missing GCALIGNED_STRUCT. --- src/comp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp.h b/src/comp.h index d46cdc735ff..507379bf5e6 100644 --- a/src/comp.h +++ b/src/comp.h @@ -61,7 +61,7 @@ struct Lisp_Native_Comp_Unit string may have been sweeped. */ char *cfile; #endif -}; +} GCALIGNED_STRUCT; #ifdef HAVE_NATIVE_COMP -- 2.39.5