emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 978afd7: * src/comp.h (unload_comp_unit): Define for


From: Andrea Corallo
Subject: feature/native-comp 978afd7: * src/comp.h (unload_comp_unit): Define for vanilla build (warning removal).
Date: Thu, 1 Apr 2021 16:15:48 -0400 (EDT)

branch: feature/native-comp
commit 978afd788fd0496540f715b83f18ed390ca8d5a4
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * src/comp.h (unload_comp_unit): Define for vanilla build (warning removal).
---
 src/comp.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/comp.h b/src/comp.h
index d01bc17..e17b843 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 */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]