mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 20:07:36 +00:00
* src/comp.h (struct Lisp_Native_Comp_Unit): Fix missing GCALIGNED_STRUCT.
This commit is contained in:
parent
f2864e3354
commit
5e8cdca71a
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ struct Lisp_Native_Comp_Unit
|
|||
string may have been sweeped. */
|
||||
char *cfile;
|
||||
#endif
|
||||
};
|
||||
} GCALIGNED_STRUCT;
|
||||
|
||||
#ifdef HAVE_NATIVE_COMP
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue