aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index 1435cb03779..fea39867c99 100644
--- a/src/data.c
+++ b/src/data.c
@@ -4055,8 +4055,8 @@ syms_of_data (void)
4055 defsubr (&Ssubr_arity); 4055 defsubr (&Ssubr_arity);
4056 defsubr (&Ssubr_name); 4056 defsubr (&Ssubr_name);
4057 defsubr (&Ssubr_native_elisp_p); 4057 defsubr (&Ssubr_native_elisp_p);
4058#ifdef HAVE_NATIVE_COMP
4059 defsubr (&Ssubr_native_lambda_list); 4058 defsubr (&Ssubr_native_lambda_list);
4059#ifdef HAVE_NATIVE_COMP
4060 defsubr (&Ssubr_native_comp_unit); 4060 defsubr (&Ssubr_native_comp_unit);
4061 defsubr (&Snative_comp_unit_file); 4061 defsubr (&Snative_comp_unit_file);
4062 defsubr (&Snative_comp_unit_set_file); 4062 defsubr (&Snative_comp_unit_set_file);