From 5f7b0413c1bb0f96bb613ad74c0978f44116a136 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 26 Oct 2005 19:31:02 -0700 Subject: Import Debian changes 5d9-5 scm (5d9-5) unstable; urgency=low * New maintainer. Adopted with permission of previous maintainer. * repl.c (s_read): Remove static qualifier on declaration. * scmfig.h: Use SHORT_INT and CDR_DOUBLES on __powerpc64__ and __x86_64__ just as with __ia64. (Closes: #295074, #251765) * debian/control (Build-Depends): Use libreadline5-dev in place of libreadline4-dev. (Closes: #326297) --- repl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repl.c') diff --git a/repl.c b/repl.c index 07b357c..c04d230 100644 --- a/repl.c +++ b/repl.c @@ -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) -- cgit v1.2.3