mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
Rename 'scm_c_make_char' to 'scm_i_make_char'.
* libguile/chars.c, libguile/chars.h, libguile/ports.c, libguile/print.c, libguile/read.c, libguile/srfi-13.c, libguile/strings.c, libguile/vm-engine.c: Rename 'scm_c_make_char' to 'scm_i_make_char'.
This commit is contained in:
parent
2d49ffa588
commit
579dd2da44
8 changed files with 34 additions and 34 deletions
|
@ -2269,7 +2269,7 @@ VM_NAME (scm_i_thread *thread, struct scm_vm *vp,
|
|||
VM_VALIDATE_STRING (str, "string-ref");
|
||||
VM_VALIDATE_INDEX (c_idx, scm_i_string_length (str), "string-ref");
|
||||
|
||||
RETURN (scm_c_make_char (scm_i_string_ref (str, c_idx)));
|
||||
RETURN (scm_i_make_char (scm_i_string_ref (str, c_idx)));
|
||||
}
|
||||
|
||||
/* string-set! instruction is currently number 192. Probably need to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue