aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.h
diff options
context:
space:
mode:
authorAndreaCorallo2020-03-03 22:23:41 +0000
committerAndrea Corallo2020-03-03 22:23:41 +0000
commit43b6f05dfb46637a414520b27430fbe3b0f005fa (patch)
tree6c9a0e6a10a37644e1e6ca813e33db2b5157d25e /src/comp.h
parentf77f6ca77054ca6122df2742345710b7493ad293 (diff)
downloademacs-43b6f05dfb46637a414520b27430fbe3b0f005fa.tar.gz
emacs-43b6f05dfb46637a414520b27430fbe3b0f005fa.zip
Hash eln ABI once and add it to the output compilation path
Diffstat (limited to 'src/comp.h')
-rw-r--r--src/comp.h4
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)
61} 61}
62 62
63/* Defined in comp.c. */ 63/* Defined in comp.c. */
64
65extern void hash_native_abi (void);
66
64extern void load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, 67extern void load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u,
65 bool loading_dump); 68 bool loading_dump);
66extern void syms_of_comp (void); 69extern void syms_of_comp (void);
70
67#endif 71#endif
68#endif 72#endif