aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/comp.h2
1 files changed, 1 insertions, 1 deletions
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
61 string may have been sweeped. */ 61 string may have been sweeped. */
62 char *cfile; 62 char *cfile;
63#endif 63#endif
64}; 64} GCALIGNED_STRUCT;
65 65
66#ifdef HAVE_NATIVE_COMP 66#ifdef HAVE_NATIVE_COMP
67 67