mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-17 16:41:17 -08:00
* src/comp.h (Fnative_elisp_load): Add fake inline for stock build.
This commit is contained in:
parent
57fa590aa6
commit
9f5b7eb5e0
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue