]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/data.c (syms_of_data): Fix #ifdef HAVE_NATIVE_COMP position.
authorAndrea Corallo <akrl@sdf.org>
Sat, 25 Apr 2020 21:08:11 +0000 (22:08 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sat, 25 Apr 2020 21:13:56 +0000 (22:13 +0100)
src/data.c

index 1809d58c2c7f64daf68b1a590812ca7755871a29..56ea7aabb042ccf7b558b55cc6131a8d51d24ab0 100644 (file)
@@ -4013,8 +4013,8 @@ syms_of_data (void)
   defsubr (&Sbyteorder);
   defsubr (&Ssubr_arity);
   defsubr (&Ssubr_name);
-#ifdef HAVE_NATIVE_COMP
   defsubr (&Ssubr_native_elisp_p);
+#ifdef HAVE_NATIVE_COMP
   defsubr (&Ssubr_native_comp_unit);
   defsubr (&Snative_comp_unit_file);
   defsubr (&Snative_comp_unit_set_file);