mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
scm_rtl_op_* -> scm_op_*
* libguile/instructions.h (scm_opcode): Rename from scm_rtl_opcode. Rename opcodes from scm_rtl_op_* to scm_op_*. * libguile/continuations.c: * libguile/control.c: * libguile/foreign.c: * libguile/gsubr.c: * libguile/instructions.c: * libguile/vm.c: Adapt.
This commit is contained in:
parent
1b780c134b
commit
3fe96dd808
7 changed files with 42 additions and 42 deletions
|
@ -59,7 +59,7 @@ scm_i_prompt_pop_abort_args_x (SCM vm)
|
|||
|
||||
static const scm_t_uint32 compose_continuation_code[] =
|
||||
{
|
||||
SCM_PACK_RTL_24 (scm_rtl_op_compose_continuation, 0)
|
||||
SCM_PACK_RTL_24 (scm_op_compose_continuation, 0)
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue