diff options
| author | Andrea Corallo | 2021-04-01 22:15:08 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2021-04-01 22:15:08 +0200 |
| commit | 978afd788fd0496540f715b83f18ed390ca8d5a4 (patch) | |
| tree | 20a4d4afa6c1aac8b69baf85e4f168cbe1aa33e9 /src | |
| parent | dc393517ca1cfef7770bffdfe2b7fd3c2c5e7bbf (diff) | |
| download | emacs-978afd788fd0496540f715b83f18ed390ca8d5a4.tar.gz emacs-978afd788fd0496540f715b83f18ed390ca8d5a4.zip | |
* src/comp.h (unload_comp_unit): Define for vanilla build (warning removal).
Diffstat (limited to 'src')
| -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 d01bc17565d..e17b843d139 100644 --- a/src/comp.h +++ b/src/comp.h | |||
| @@ -98,6 +98,10 @@ maybe_defer_native_compilation (Lisp_Object function_name, | |||
| 98 | Lisp_Object definition) | 98 | Lisp_Object definition) |
| 99 | {} | 99 | {} |
| 100 | 100 | ||
| 101 | static inline | ||
| 102 | void unload_comp_unit (struct Lisp_Native_Comp_Unit *cu) | ||
| 103 | {} | ||
| 104 | |||
| 101 | extern void syms_of_comp (void); | 105 | extern void syms_of_comp (void); |
| 102 | 106 | ||
| 103 | #endif /* #ifdef HAVE_NATIVE_COMP */ | 107 | #endif /* #ifdef HAVE_NATIVE_COMP */ |