]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/data.c (subr-native-lambda-list): Defined it unconditionally (bug#43255)
authorAndrea Corallo <akrl@sdf.org>
Sun, 6 Sep 2020 16:21:00 +0000 (18:21 +0200)
committerAndrea Corallo <akrl@sdf.org>
Sun, 6 Sep 2020 16:21:00 +0000 (18:21 +0200)
src/data.c

index 0acae67b2a839df2e2f9e5a2cd42cfdd8bff3958..85c73b406c4ca4fef6db960f2cb4d1aead14ce19 100644 (file)
@@ -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.  */)