summaryrefslogtreecommitdiff
path: root/src/comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp.h')
-rw-r--r--src/comp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/comp.h b/src/comp.h
index d01bc17565d..e17b843d139 100644
--- a/src/comp.h
+++ b/src/comp.h
@@ -98,6 +98,10 @@ maybe_defer_native_compilation (Lisp_Object function_name,
Lisp_Object definition)
{}
+static inline
+void unload_comp_unit (struct Lisp_Native_Comp_Unit *cu)
+{}
+
extern void syms_of_comp (void);
#endif /* #ifdef HAVE_NATIVE_COMP */