mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Remove conflicting `scm_is_string' declaration.
* libguile/strings.h: Move `scm_is_string' declaration... * libguile/inline.h: ... here. Reported by Noah Lavine <noah.b.lavine@gmail.com>.
This commit is contained in:
parent
133ef660af
commit
6bf623ca34
2 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,6 @@ SCM_API SCM scm_c_substring_read_only (SCM str, size_t start, size_t end);
|
|||
SCM_API SCM scm_c_substring_shared (SCM str, size_t start, size_t end);
|
||||
SCM_API SCM scm_c_substring_copy (SCM str, size_t start, size_t end);
|
||||
|
||||
SCM_API int scm_is_string (SCM x);
|
||||
SCM_API SCM scm_from_latin1_stringn (const char *str, size_t len);
|
||||
SCM_API SCM scm_from_locale_string (const char *str);
|
||||
SCM_API SCM scm_from_locale_stringn (const char *str, size_t len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue