aboutsummaryrefslogtreecommitdiffstats
path: root/src/comp.c
diff options
context:
space:
mode:
authorAndrea Corallo2024-02-28 20:47:57 +0100
committerAndrea Corallo2024-02-28 20:47:57 +0100
commit1fbe56c32761efdc8d268df80a97a9102d00e109 (patch)
tree8d8e76c8ae43c79ef9d76b0f97c12607567664b9 /src/comp.c
parent6de60f33ed5cc438e20400aee83e1e2032773811 (diff)
parent05195e129fc933db32c9e08a155a94bfa4d75b54 (diff)
downloademacs-1fbe56c32761efdc8d268df80a97a9102d00e109.tar.gz
emacs-1fbe56c32761efdc8d268df80a97a9102d00e109.zip
Merge remote-tracking branch 'origin/master' into 'feature/type-hierarchy'
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);