projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57fa590
)
* src/comp.h (Fnative_elisp_load): Add fake inline for stock build.
author
Andrea Corallo
<akrl@sdf.org>
Sat, 25 Apr 2020 19:22:17 +0000
(20:22 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Sat, 25 Apr 2020 19:54:01 +0000
(20:54 +0100)
src/comp.h
patch
|
blob
|
history
diff --git
a/src/comp.h
b/src/comp.h
index 5beedcfc2804cb01516852a15a84690c30f3ab8f..73baa27276ec5222b2530e3e0aef38850ad53824 100644
(file)
--- 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