From d344e79be9fb82a38a89c892e24d5ca71fbff810 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 6 Sep 2020 18:21:00 +0200 Subject: [PATCH] * 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 0acae67b2a8..85c73b406c4 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. */) -- 2.39.5