diff options
Diffstat (limited to 'libguile/strop.c')
-rw-r--r-- | libguile/strop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/strop.c b/libguile/strop.c index 92d134e33..57eef7ef5 100644 --- a/libguile/strop.c +++ b/libguile/strop.c @@ -257,7 +257,6 @@ SCM scm_string_copy (str) SCM str; { - /* doesn't handle multibyte strings. */ SCM_ASSERT (SCM_NIMP (str) && (SCM_STRINGP (str) || SCM_SUBSTRP (str)), str, SCM_ARG1, s_string_copy); return scm_makfromstr (SCM_ROCHARS (str), (scm_sizet)SCM_ROLENGTH (str), 0); |