diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-04-25 20:22:17 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-04-25 20:54:01 +0100 |
commit | 9f5b7eb5e05948ccdd7fa2a473e5a55889f5e4ee (patch) | |
tree | 43982927d3276df98429c451e5d6c1b9576b82a0 /src/comp.h | |
parent | 57fa590aa6d4aecef84e548fd17a7178cf3365f0 (diff) | |
download | emacs-9f5b7eb5e05948ccdd7fa2a473e5a55889f5e4ee.tar.gz emacs-9f5b7eb5e05948ccdd7fa2a473e5a55889f5e4ee.tar.bz2 emacs-9f5b7eb5e05948ccdd7fa2a473e5a55889f5e4ee.zip |
* src/comp.h (Fnative_elisp_load): Add fake inline for stock build.
Diffstat (limited to 'src/comp.h')
-rw-r--r-- | src/comp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/comp.h b/src/comp.h index 5beedcfc280..73baa27276e 100644 --- a/src/comp.h +++ b/src/comp.h @@ -82,6 +82,12 @@ maybe_defer_native_compilation (Lisp_Object function_name, Lisp_Object definition) {} +static inline Lisp_Object +Fnative_elisp_load (Lisp_Object file, Lisp_Object late_load) +{ + eassume (false); +} + #endif #endif |