diff options
| author | AndreaCorallo | 2020-03-03 22:23:41 +0000 |
|---|---|---|
| committer | Andrea Corallo | 2020-03-03 22:23:41 +0000 |
| commit | 43b6f05dfb46637a414520b27430fbe3b0f005fa (patch) | |
| tree | 6c9a0e6a10a37644e1e6ca813e33db2b5157d25e /src/comp.h | |
| parent | f77f6ca77054ca6122df2742345710b7493ad293 (diff) | |
| download | emacs-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.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) | |||
| 61 | } | 61 | } |
| 62 | 62 | ||
| 63 | /* Defined in comp.c. */ | 63 | /* Defined in comp.c. */ |
| 64 | |||
| 65 | extern void hash_native_abi (void); | ||
| 66 | |||
| 64 | extern void load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, | 67 | extern void load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, |
| 65 | bool loading_dump); | 68 | bool loading_dump); |
| 66 | extern void syms_of_comp (void); | 69 | extern void syms_of_comp (void); |
| 70 | |||
| 67 | #endif | 71 | #endif |
| 68 | #endif | 72 | #endif |