mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 17:20:29 +02:00
Inline `scm_is_string'.
* libguile/strings.c (scm_is_string): Move to... * libguile/inline.h (scm_is_string): ... here. Inline.
This commit is contained in:
parent
18f06db925
commit
183f784947
2 changed files with 8 additions and 5 deletions
|
@ -1405,11 +1405,6 @@ SCM_DEFINE (scm_string_append, "string-append", 0, 0, 1,
|
|||
}
|
||||
#undef FUNC_NAME
|
||||
|
||||
int
|
||||
scm_is_string (SCM obj)
|
||||
{
|
||||
return IS_STRING (obj);
|
||||
}
|
||||
|
||||
|
||||
/* Conversion to/from other encodings. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue