mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 07:01:11 -08: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…
Add table
Add a link
Reference in a new issue