mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 17:50:29 +02:00
Hide the string escaping hacks.
* libguile/strings.c (scm_i_unistring_escapes_to_guile_escapes): Rename to... (unistring_escapes_to_guile_escapes): ... this. Make `static'. (scm_i_unistring_escapes_to_r6rs_escapes): Rename to... (unistring_escapes_to_r6rs_escapes): ... this. Make `static'. * libguile/strings.h (scm_i_unistring_escapes_to_guile_escapes, scm_i_unistring_escapes_to_r6rs_escapes): Remove declarations.
This commit is contained in:
parent
f4bc4e5934
commit
31d4d02be7
2 changed files with 11 additions and 11 deletions
|
@ -216,10 +216,6 @@ SCM_INTERNAL char **scm_i_allocate_string_pointers (SCM list);
|
|||
SCM_INTERNAL void scm_i_get_substring_spec (size_t len,
|
||||
SCM start, size_t *cstart,
|
||||
SCM end, size_t *cend);
|
||||
SCM_INTERNAL void scm_i_unistring_escapes_to_guile_escapes (char *buf,
|
||||
size_t *len);
|
||||
SCM_INTERNAL void scm_i_unistring_escapes_to_r6rs_escapes (char *buf,
|
||||
size_t *len);
|
||||
|
||||
/* Debugging functions */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue