]> git.eshelyaron.com Git - emacs.git/commit
Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 29 May 2024 00:49:55 +0000 (20:49 -0400)
committerEshel Yaron <me@eshelyaron.com>
Wed, 29 May 2024 10:12:42 +0000 (12:12 +0200)
commitb5e4e6a625cf5e76b98f7a4a30011ad658e1a446
treeeb17db319ea5fcbb3ce0c0214a964cf82a35ca4e
parent02f0bfc5794db19f65329fffe4a7c2a322fe21fb
Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)

Keep the name consistent with the naming used in the ELisp world.

* src/pdumper.c (dump_object_emacs_ptr, dump_do_fixup):
* src/eval.c (eval_sub, funcall_general, funcall_lambda):
* src/alloc.c (CHECK_ALLOCATED_AND_LIVE_SYMBOL, survives_gc_p):
* src/data.c (Fcl_type_of, Ffset, Fnative_comp_function_p)
(Fsubr_native_lambda_list, Finteractive_form):
* src/comp.c (check_comp_unit_relocs):
* src/bytecode.c (exec_byte_code):

* src/lisp.h (NATIVE_COMP_FUNCTIONP, NATIVE_COMP_FUNCTION_DYNP):
Rename from `SUBR_NATIVE_COMPILEDP` and `SUBR_NATIVE_COMPILED_DYNP`.

(cherry picked from commit 3480ca83510f1ad6026971c9031e2c65540d402a)
src/alloc.c
src/bytecode.c
src/comp.c
src/data.c
src/eval.c
src/lisp.h
src/pdumper.c