Add "record" package from JAR.
authorChris Hanson <org/chris-hanson/cph>
Tue, 28 Feb 1989 18:35:03 +0000 (18:35 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 28 Feb 1989 18:35:03 +0000 (18:35 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 3c7b624240d39310a2dd67bf15f51c7bf4185e6c..952c6a78c57480d5f51e80905c8aa7f55c1d7684 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.28 1989/02/24 09:28:33 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.29 1989/02/28 18:35:03 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -43,6 +43,7 @@ MIT in each case. |#
         "global"
         "lambdx"
         "queue"
+        "record"
         "sfile"
         "string"
         "udata"
index aa6f02910b60f82fade944011a6cfcb2f7cff56e..0cc4df79b2df37ab7e6f6ce901c6e57723364174 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.28 1989/02/24 09:28:33 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.29 1989/02/28 18:35:03 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -43,6 +43,7 @@ MIT in each case. |#
         "global"
         "lambdx"
         "queue"
+        "record"
         "sfile"
         "string"
         "udata"