diff options
| author | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
| commit | f0f8d7b82492e741950c363a03b886965c91b1b0 (patch) | |
| tree | 19b716830b1ebabc0d7d75949c4e6800c0f104ad /src/comp.h | |
| parent | 9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff) | |
| parent | c818c29771d3cb51875643b2f6c894073e429dd2 (diff) | |
| download | emacs-feature/native-comp-macos-fixes.tar.gz emacs-feature/native-comp-macos-fixes.zip | |
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
Diffstat (limited to 'src/comp.h')
| -rw-r--r-- | src/comp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/comp.h b/src/comp.h index 687e426b1ef..9270f8bf664 100644 --- a/src/comp.h +++ b/src/comp.h | |||
| @@ -101,6 +101,8 @@ extern void dispose_all_remaining_comp_units (void); | |||
| 101 | 101 | ||
| 102 | extern void clean_package_user_dir_of_old_comp_units (void); | 102 | extern void clean_package_user_dir_of_old_comp_units (void); |
| 103 | 103 | ||
| 104 | extern void fixup_eln_load_path (Lisp_Object directory); | ||
| 105 | |||
| 104 | #else /* #ifdef HAVE_NATIVE_COMP */ | 106 | #else /* #ifdef HAVE_NATIVE_COMP */ |
| 105 | 107 | ||
| 106 | static inline void | 108 | static inline void |