From 05664bccebb9365ac42db8812562afa0a81ee7a3 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 7 May 1999 21:23:35 +0000 Subject: [PATCH] Fix bug: "string.scm" had wrong package designation. --- v7/src/runtime/ed-ffi.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/ed-ffi.scm b/v7/src/runtime/ed-ffi.scm index 9e2599919..54f21a678 100644 --- a/v7/src/runtime/ed-ffi.scm +++ b/v7/src/runtime/ed-ffi.scm @@ -1,6 +1,6 @@ #| -*- Scheme -*- -$Id: ed-ffi.scm,v 1.19 1999/01/29 22:46:52 cph Exp $ +$Id: ed-ffi.scm,v 1.20 1999/05/07 21:23:35 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology @@ -231,7 +231,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. syntax-table/system-internal) ("stream" (runtime stream) syntax-table/system-internal) - ("string" () + ("string" (runtime string) syntax-table/system-internal) ("strnin" (runtime string-input) syntax-table/system-internal) -- 2.25.1