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
|
@ -65,7 +65,7 @@ static scm_t_bits tc16_continuation;
|
|||
|
||||
static const scm_t_uint32 continuation_stub_code[] =
|
||||
{
|
||||
SCM_PACK_RTL_24 (scm_rtl_op_continuation_call, 0)
|
||||
SCM_PACK_RTL_24 (scm_op_continuation_call, 0)
|
||||
};
|
||||
|
||||
static SCM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue