mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
scm_i_rtl_program_* -> scm_i_program_*
* libguile/programs.h (scm_i_make_program): * libguile/programs.c (scm_i_program_name): (scm_i_program_documentation): (scm_i_program_properties): Remove "rtl_" infix. * libguile/objcodes.c: * libguile/procprop.c: * libguile/vm.c: Adapt callers.
This commit is contained in:
parent
e326baac0b
commit
8079714576
5 changed files with 14 additions and 14 deletions
|
@ -92,7 +92,7 @@ pointer_to_procedure (enum bytecode_kind bytecode_kind, char *ptr)
|
|||
{
|
||||
case BYTECODE_KIND_GUILE_2_2:
|
||||
{
|
||||
return scm_i_make_rtl_program ((scm_t_uint32 *) ptr);
|
||||
return scm_i_make_program ((scm_t_uint32 *) ptr);
|
||||
}
|
||||
case BYTECODE_KIND_NONE:
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue