1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

Make the definition of `scm_read_shebang' match its declaration.

* libguile/read.c (scm_read_shebang): Remove the `inline' keyword.
This commit is contained in:
Ludovic Courtès 2011-05-08 16:25:01 +02:00
parent cb7523c26d
commit d7fcaec392

View file

@ -1135,7 +1135,7 @@ scm_read_scsh_block_comment (scm_t_wchar chr, SCM port)
return SCM_UNSPECIFIED;
}
static inline SCM
static SCM
scm_read_shebang (scm_t_wchar chr, SCM port)
{
int c = 0;