Merge remote-tracking branch 'origin/stable-2.0'
Conflicts: configure.ac libguile/fluids.c libguile/gc.c libguile/gc.h libguile/objcodes.c libguile/procprop.c libguile/vm.c module/ice-9/psyntax-pp.scm module/ice-9/psyntax.scm
This commit is contained in:
commit
b2208d2e98
54 changed files with 10211 additions and 9681 deletions
|
|
@ -596,9 +596,9 @@ SCM_DEFINE (scm_bytevector_copy_x, "bytevector-copy!", 5, 0, 0,
|
|||
if (SCM_UNLIKELY (c_target_start + c_len > c_target_len))
|
||||
scm_out_of_range (FUNC_NAME, target_start);
|
||||
|
||||
memcpy (c_target + c_target_start,
|
||||
c_source + c_source_start,
|
||||
c_len);
|
||||
memmove (c_target + c_target_start,
|
||||
c_source + c_source_start,
|
||||
c_len);
|
||||
|
||||
return SCM_UNSPECIFIED;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue