return build_string (name);
}
-#ifdef HAVE_NATIVE_COMP
DEFUN ("subr-native-elisp-p", Fsubr_native_elisp_p, Ssubr_native_elisp_p, 1, 1,
0, doc: /* Return t if the object is native compiled lisp function,
nil otherwise. */)
return SUBR_NATIVE_COMPILEDP (object) ? Qt : Qnil;
}
+#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. */)