]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/comp.h (unload_comp_unit): Define for vanilla build (warning removal).
authorAndrea Corallo <akrl@sdf.org>
Thu, 1 Apr 2021 20:15:08 +0000 (22:15 +0200)
committerAndrea Corallo <akrl@sdf.org>
Thu, 1 Apr 2021 20:15:08 +0000 (22:15 +0200)
src/comp.h

index d01bc17565d7d02e1795f3daf57930cc92391a82..e17b843d139cbee902c5a89e46cef7a34e426822 100644 (file)
@@ -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 */