Make the definition of `scm_read_shebang' match its declaration.
authorLudovic Courtès <ludo@gnu.org>
Sun, 8 May 2011 14:25:01 +0000 (16:25 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 8 May 2011 15:24:24 +0000 (17:24 +0200)
* libguile/read.c (scm_read_shebang): Remove the `inline' keyword.

libguile/read.c

index b36c27c..676ccf7 100644 (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;