emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 5e8cdca 2/2: * src/comp.h (struct Lisp_Native_Comp_U


From: Andrea Corallo
Subject: feature/native-comp 5e8cdca 2/2: * src/comp.h (struct Lisp_Native_Comp_Unit): Fix missing GCALIGNED_STRUCT.
Date: Mon, 8 Jun 2020 17:49:14 -0400 (EDT)

branch: feature/native-comp
commit 5e8cdca71a661a6d95355ac5fdaa1e2fa32ed0df
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * 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 d46cdc7..507379b 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]