diff options
| author | Andrea Corallo <akrl@sdf.org> | 2020-06-08 22:31:19 +0100 |
|---|---|---|
| committer | Andrea Corallo <akrl@sdf.org> | 2020-06-08 22:42:31 +0100 |
| commit | 5e8cdca71a661a6d95355ac5fdaa1e2fa32ed0df (patch) | |
| tree | 0df4b7fa9fbb58d59790c7d11f390c1abe065556 /src | |
| parent | f2864e3354fd60174b1d8df05a301673a81cd3ea (diff) | |
* src/comp.h (struct Lisp_Native_Comp_Unit): Fix missing GCALIGNED_STRUCT.
Diffstat (limited to 'src')
| -rw-r--r-- | src/comp.h | 2 |
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 string may have been sweeped. */ char *cfile; #endif -}; +} GCALIGNED_STRUCT; #ifdef HAVE_NATIVE_COMP |
