diff options
-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 |