diff options
| author | Andrea Corallo | 2020-06-08 22:31:19 +0100 |
|---|---|---|
| committer | Andrea Corallo | 2020-06-08 22:42:31 +0100 |
| commit | 5e8cdca71a661a6d95355ac5fdaa1e2fa32ed0df (patch) | |
| tree | 0df4b7fa9fbb58d59790c7d11f390c1abe065556 /src/comp.h | |
| parent | f2864e3354fd60174b1d8df05a301673a81cd3ea (diff) | |
| download | emacs-5e8cdca71a661a6d95355ac5fdaa1e2fa32ed0df.tar.gz emacs-5e8cdca71a661a6d95355ac5fdaa1e2fa32ed0df.zip | |
* src/comp.h (struct Lisp_Native_Comp_Unit): Fix missing GCALIGNED_STRUCT.
Diffstat (limited to 'src/comp.h')
| -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 | |||
| 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 | ||