mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Expose `scm_encoding_error'.
* libguile/strings.c (scm_encoding_error): Make public. * libguile/strings.h (scm_encoding_error): New internal declaration.
This commit is contained in:
parent
88e41e94d3
commit
d14418a535
2 changed files with 5 additions and 1 deletions
|
@ -195,6 +195,10 @@ SCM_INTERNAL int scm_i_is_narrow_symbol (SCM str);
|
|||
SCM_INTERNAL int scm_i_try_narrow_string (SCM str);
|
||||
SCM_INTERNAL SCM scm_i_symbol_substring (SCM sym, size_t start, size_t end);
|
||||
SCM_INTERNAL scm_t_wchar scm_i_symbol_ref (SCM sym, size_t x);
|
||||
SCM_INTERNAL void scm_encoding_error (const char *subr, int err,
|
||||
const char *message,
|
||||
const char *from, const char *to,
|
||||
SCM string_or_bv);
|
||||
|
||||
/* internal utility functions. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue