diff options
author | AndreaCorallo <akrl@sdf.org> | 2020-03-03 22:23:41 +0000 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-03-03 22:23:41 +0000 |
commit | 43b6f05dfb46637a414520b27430fbe3b0f005fa (patch) | |
tree | 6c9a0e6a10a37644e1e6ca813e33db2b5157d25e /src/comp.h | |
parent | f77f6ca77054ca6122df2742345710b7493ad293 (diff) | |
download | emacs-43b6f05dfb46637a414520b27430fbe3b0f005fa.tar.gz |
Hash eln ABI once and add it to the output compilation path
Diffstat (limited to 'src/comp.h')
-rw-r--r-- | src/comp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/comp.h b/src/comp.h index 3aff440ecb7..070ec4d5ca9 100644 --- a/src/comp.h +++ b/src/comp.h @@ -61,8 +61,12 @@ XNATIVE_COMP_UNIT (Lisp_Object a) } /* Defined in comp.c. */ + +extern void hash_native_abi (void); + extern void load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, bool loading_dump); extern void syms_of_comp (void); + #endif #endif |