diff options
Diffstat (limited to 'repl.c')
-rw-r--r-- | repl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -849,7 +849,7 @@ static int flush_ws(port) /* Top-level readers */ static SCM p_read_numbered, p_read_for_load, p_read; -static char s_read[] = "read"; +char s_read[] = "read"; static char s_read_for_load[] = "read-for-load"; static char s_read_numbered[] = "read-numbered"; SCM scm_read(port) |