projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
855fd6e
)
Fix bug: "string.scm" had wrong package designation.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 7 May 1999 21:23:35 +0000
(21:23 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 7 May 1999 21:23:35 +0000
(21:23 +0000)
v7/src/runtime/ed-ffi.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/ed-ffi.scm
b/v7/src/runtime/ed-ffi.scm
index 9e2599919a2d33dce3a7ce25c608046e6bf49f17..54f21a678a86fef61257e575884a97811c5e6a14 100644
(file)
--- 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)