From: Chris Hanson Date: Tue, 28 Feb 1989 18:35:03 +0000 (+0000) Subject: Add "record" package from JAR. X-Git-Tag: 20090517-FFI~12257 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3b3d618e34b0364d009771321315e45f4dff0240;p=mit-scheme.git Add "record" package from JAR. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 3c7b62424..952c6a78c 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -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" diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index aa6f02910..0cc4df79b 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -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"