emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp d344e79 4/4: * src/data.c (subr-native-lambda-list):


From: Andrea Corallo
Subject: feature/native-comp d344e79 4/4: * src/data.c (subr-native-lambda-list): Defined it unconditionally (bug#43255)
Date: Mon, 7 Sep 2020 12:23:26 -0400 (EDT)

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

    * src/data.c (subr-native-lambda-list): Defined it unconditionally 
(bug#43255)
---
 src/data.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/data.c b/src/data.c
index 0acae67..85c73b4 100644
--- a/src/data.c
+++ b/src/data.c
@@ -882,8 +882,6 @@ function, nil otherwise.  */)
   return SUBR_NATIVE_COMPILEDP (object) ? Qt : Qnil;
 }
 
-#ifdef HAVE_NATIVE_COMP
-
 DEFUN ("subr-native-lambda-list", Fsubr_native_lambda_list,
        Ssubr_native_lambda_list, 1, 1, 0,
        doc: /* Return the lambda list for a native compiled lisp/d
@@ -897,6 +895,8 @@ function or t otherwise.  */)
     : Qt;
 }
 
+#ifdef HAVE_NATIVE_COMP
+
 DEFUN ("subr-native-comp-unit", Fsubr_native_comp_unit,
        Ssubr_native_comp_unit, 1, 1, 0,
        doc: /* Return the native compilation unit.  */)



reply via email to

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