* srfi-13.h
authorRob Browning <rlb@defaultvalue.org>
Fri, 27 Apr 2001 21:10:46 +0000 (21:10 +0000)
committerRob Browning <rlb@defaultvalue.org>
Fri, 27 Apr 2001 21:10:46 +0000 (21:10 +0000)
(scm_reverse_string_concatenate): renamed to
scm_string_concatentate_reverse.
(scm_reverse_string_concatenate_shared): renamed to
scm_string_concatenate_reverse_shared.

srfi/srfi-13.h

index 525089d..86c21a8 100644 (file)
@@ -107,9 +107,9 @@ SCM scm_string_reverse (SCM str, SCM start, SCM end);
 SCM scm_string_reverse_x (SCM str, SCM start, SCM end);
 SCM scm_string_append_shared (SCM ls);
 SCM scm_string_concatenate (SCM ls);
-SCM scm_reverse_string_concatenate (SCM ls, SCM final_string, SCM end);
 SCM scm_string_concatenate_shared (SCM ls);
-SCM scm_reverse_string_concatenate_shared (SCM ls, SCM final_string, SCM end);
+SCM scm_string_concatenate_reverse (SCM ls, SCM final_string, SCM end);
+SCM scm_string_concatenate_reverse_shared (SCM ls, SCM final_string, SCM end);
 SCM scm_string_map (SCM s, SCM proc, SCM start, SCM end);
 SCM scm_string_map_x (SCM s, SCM proc, SCM start, SCM end);
 SCM scm_string_fold (SCM kons, SCM knil, SCM s, SCM start, SCM end);