diff options
| author | Stefan Monnier | 2024-03-24 18:32:25 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2024-04-18 12:29:58 -0400 |
| commit | 7842af6095db4384898725fb4a14ebaa11379a34 (patch) | |
| tree | ec7d690893ffe393a0e6020f9e26881613d9e4f3 /java/org/gnu | |
| parent | 3228c1222c99e672ca0cd7599c07ea1db852aa1a (diff) | |
| download | emacs-7842af6095db4384898725fb4a14ebaa11379a34.tar.gz emacs-7842af6095db4384898725fb4a14ebaa11379a34.zip | |
(COMPILED): Rename to CLOSURE
In preparation for the use of `PVEC_COMPILED` objects for
interpreted functions, rename them to use a more neutral name.
* src/lisp.h (enum pvec_type): Rename `PVEC_COMPILED` to `PVEC_CLOSURE`.
(enum Lisp_Compiled): Use `CLOSURE_` prefix i.s.o `COMPILED_`.
Also use `CODE` rather than `BYTECODE`.
(CLOSUREP): Rename from `COMPILEDP`.
(enum Lisp_Closure): Rename from `Lisp_Compiled`.
* src/alloc.c, src/bytecode.c, src/comp.c, src/data.c, src/eval.c,
* src/fns.c, src/lisp.h, src/lread.c, src/pdumper.c, src/print.c,
* src/profiler.c: Rename all uses accordingly.
* src/.gdbinit (xclosure): Rename from `xcompiled`.
(xcompiled): New obsolete alias.
(xpr): Adjust accordingly. Also adjust to new PVEC_CLOSURE tag name.
Diffstat (limited to 'java/org/gnu')
0 files changed, 0 insertions, 0 deletions