From: Andrea Corallo Date: Sat, 25 Apr 2020 19:22:17 +0000 (+0100) Subject: * src/comp.h (Fnative_elisp_load): Add fake inline for stock build. X-Git-Tag: emacs-28.0.90~2727^2~678 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f5b7eb5e05948ccdd7fa2a473e5a55889f5e4ee;p=emacs.git * src/comp.h (Fnative_elisp_load): Add fake inline for stock build. --- 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