aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c4
1 files 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. */)
882 return SUBR_NATIVE_COMPILEDP (object) ? Qt : Qnil; 882 return SUBR_NATIVE_COMPILEDP (object) ? Qt : Qnil;
883} 883}
884 884
885#ifdef HAVE_NATIVE_COMP
886
887DEFUN ("subr-native-lambda-list", Fsubr_native_lambda_list, 885DEFUN ("subr-native-lambda-list", Fsubr_native_lambda_list,
888 Ssubr_native_lambda_list, 1, 1, 0, 886 Ssubr_native_lambda_list, 1, 1, 0,
889 doc: /* Return the lambda list for a native compiled lisp/d 887 doc: /* Return the lambda list for a native compiled lisp/d
@@ -897,6 +895,8 @@ function or t otherwise. */)
897 : Qt; 895 : Qt;
898} 896}
899 897
898#ifdef HAVE_NATIVE_COMP
899
900DEFUN ("subr-native-comp-unit", Fsubr_native_comp_unit, 900DEFUN ("subr-native-comp-unit", Fsubr_native_comp_unit,
901 Ssubr_native_comp_unit, 1, 1, 0, 901 Ssubr_native_comp_unit, 1, 1, 0,
902 doc: /* Return the native compilation unit. */) 902 doc: /* Return the native compilation unit. */)