Internally expose `scm_i_unistring_escapes_to_{guile,r6rs}_escapes'.
authorLudovic Courtès <ludo@gnu.org>
Tue, 14 Sep 2010 14:04:26 +0000 (16:04 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 14 Sep 2010 14:10:08 +0000 (16:10 +0200)
commit4ff2b9f4b6fab00e0e982ce6d1b2594c19704d6e
tree7292f0a44f6690f65466b0ebfda1e1564e91844f
parentd773d4c8bcba40da62d3756c92f8ebbb5ed6b5a3
Internally expose `scm_i_unistring_escapes_to_{guile,r6rs}_escapes'.

* libguile/strings.c (unistring_escapes_to_guile_escapes): Rename to...
  (scm_i_unistring_escapes_to_guile_escapes): ... this.  Change `char **bufp'
  to `char *buf'; leave realloc responsibility to the caller.  Update caller.
  (unistring_escapes_to_r6rs_escapes): Rename to...
  (scm_i_unistring_escapes_to_r6rs_escapes): ... this.  Likewise.
libguile/strings.c
libguile/strings.h