summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-05-08 16:25:01 +0200
committerLudovic Courtès <ludo@gnu.org>2011-05-08 17:24:24 +0200
commitd7fcaec39247b014f3d6aa2ca96a5ff903bc6706 (patch)
treebcad68fefb06429b6d5c989f7a6f12697784a1c1
parentcb7523c26db24598fb5aa9138598e1b7a3e6370f (diff)
downloadguile-d7fcaec39247b014f3d6aa2ca96a5ff903bc6706.tar.gz
Make the definition of `scm_read_shebang' match its declaration.
* libguile/read.c (scm_read_shebang): Remove the `inline' keyword.
-rw-r--r--libguile/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/read.c b/libguile/read.c
index b36c27c81..676ccf753 100644
--- a/libguile/read.c
+++ b/libguile/read.c
@@ -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;