Use one ".free" file to cache data for entire package model. Compress
authorChris Hanson <org/chris-hanson/cph>
Thu, 4 Oct 1990 10:21:24 +0000 (10:21 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 4 Oct 1990 10:21:24 +0000 (10:21 +0000)
the data stored in this file by eliminating duplicates and using
vectors instead of lists.

v7/src/cref/object.scm

index 19b5879b67f039415306c144d2c46b21fbc1f57e..7736cf324555ece2e45131dfde3ff734ead94b1f 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/cref/object.scm,v 1.2 1988/10/28 07:03:20 cph Rel $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/cref/object.scm,v 1.3 1990/10/04 10:21:24 cph Rel $
 
-Copyright (c) 1988 Massachusetts Institute of Technology
+Copyright (c) 1988, 1990 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -55,7 +55,7 @@ MIT in each case. |#
   (primitive-package false read-only true)
   (packages false read-only true)
   (extra-packages false read-only true)
-  (default-pathname false read-only true))
+  (pathname false read-only true))
 
 (define-structure (package
                   (named (string->symbol "#[(cross-reference)package]"))