From 9f5b7eb5e05948ccdd7fa2a473e5a55889f5e4ee Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sat, 25 Apr 2020 20:22:17 +0100 Subject: [PATCH] * src/comp.h (Fnative_elisp_load): Add fake inline for stock build. --- src/comp.h | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5