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
|
@ -1410,7 +1410,7 @@ scm_is_string (SCM obj)
|
|||
/* Conversion to/from other encodings. */
|
||||
|
||||
SCM_SYMBOL (scm_encoding_error_key, "encoding-error");
|
||||
static void
|
||||
void
|
||||
scm_encoding_error (const char *subr, int err, const char *message,
|
||||
const char *from, const char *to, SCM string_or_bv)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue