From: Andrea Corallo Date: Thu, 1 Apr 2021 20:15:08 +0000 (+0200) Subject: * src/comp.h (unload_comp_unit): Define for vanilla build (warning removal). X-Git-Tag: emacs-28.0.90~2727^2~43 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=978afd788fd0496540f715b83f18ed390ca8d5a4;p=emacs.git * src/comp.h (unload_comp_unit): Define for vanilla build (warning removal). --- 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 */