emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 9f5b7eb 08/10: * src/comp.h (Fnative_elisp_load): Ad


From: Andrea Corallo
Subject: feature/native-comp 9f5b7eb 08/10: * src/comp.h (Fnative_elisp_load): Add fake inline for stock build.
Date: Sat, 25 Apr 2020 17:31:25 -0400 (EDT)

branch: feature/native-comp
commit 9f5b7eb5e05948ccdd7fa2a473e5a55889f5e4ee
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * 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 5beedcf..73baa27 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]