aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp.c')
-rw-r--r--src/comp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/comp.c b/src/comp.c
index 853757f6162..3f989c722d4 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -4859,8 +4859,8 @@ add_compiler_options (void)
4859#endif 4859#endif
4860} 4860}
4861 4861
4862DEFUN ("comp--compile-ctxt-to-file", Fcomp__compile_ctxt_to_file, 4862DEFUN ("comp--compile-ctxt-to-file0", Fcomp__compile_ctxt_to_file0,
4863 Scomp__compile_ctxt_to_file, 4863 Scomp__compile_ctxt_to_file0,
4864 1, 1, 0, 4864 1, 1, 0,
4865 doc: /* Compile the current context as native code to file FILENAME. */) 4865 doc: /* Compile the current context as native code to file FILENAME. */)
4866 (Lisp_Object filename) 4866 (Lisp_Object filename)
@@ -5789,7 +5789,7 @@ natively-compiled one. */);
5789 defsubr (&Scomp__install_trampoline); 5789 defsubr (&Scomp__install_trampoline);
5790 defsubr (&Scomp__init_ctxt); 5790 defsubr (&Scomp__init_ctxt);
5791 defsubr (&Scomp__release_ctxt); 5791 defsubr (&Scomp__release_ctxt);
5792 defsubr (&Scomp__compile_ctxt_to_file); 5792 defsubr (&Scomp__compile_ctxt_to_file0);
5793 defsubr (&Scomp_libgccjit_version); 5793 defsubr (&Scomp_libgccjit_version);
5794 defsubr (&Scomp__register_lambda); 5794 defsubr (&Scomp__register_lambda);
5795 defsubr (&Scomp__register_subr); 5795 defsubr (&Scomp__register_subr);