Fix bug in 1d-table/alist, and add 1d-table/for-each.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 15 Sep 1989 18:10:43 +0000 (18:10 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 15 Sep 1989 18:10:43 +0000 (18:10 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 357ad308f69747e44e0297d4aff0cdb10db775ae..8cce4077fc2de34dfbe53691f267dc6bec3f33c8 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.50 1989/08/17 14:51:12 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.51 1989/09/15 18:10:43 jinx Exp $
 
 Copyright (c) 1988, 1989 Massachusetts Institute of Technology
 
@@ -88,7 +88,9 @@ MIT in each case. |#
 (define-package (runtime 1d-property)
   (files "prop1d")
   (parent ())
-  (export ()     1d-table/alist
+  (export ()
+         1d-table/for-each
+         1d-table/alist
          1d-table/get
          1d-table/lookup
          1d-table/put!
index 758bf0077d6bae386cc81e29df8655fc74ae93c6..b2c8304b21b523dc4a166526625f6c68d4080490 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.50 1989/08/17 14:51:12 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.51 1989/09/15 18:10:43 jinx Exp $
 
 Copyright (c) 1988, 1989 Massachusetts Institute of Technology
 
@@ -88,7 +88,9 @@ MIT in each case. |#
 (define-package (runtime 1d-property)
   (files "prop1d")
   (parent ())
-  (export ()     1d-table/alist
+  (export ()
+         1d-table/for-each
+         1d-table/alist
          1d-table/get
          1d-table/lookup
          1d-table/put!