Change "parent-name" field of package description to contain the names
authorChris Hanson <org/chris-hanson/cph>
Thu, 16 Aug 2001 20:58:15 +0000 (20:58 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 16 Aug 2001 20:58:15 +0000 (20:58 +0000)
of every ancestor of the package.  This is necessary so that we can
replace the use of ".glo" files with ".pkd" files.

v7/src/cref/triv.pkg

index 2f3b0d0ca1a2a3bd88d160fb9fa560f18425fe5f..3b41e12e0d9268ce24b635a2e91bc3d80b8cb75d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: triv.pkg,v 1.1 2001/08/15 03:00:01 cph Exp $
+$Id: triv.pkg,v 1.2 2001/08/16 20:58:15 cph Exp $
 
 Copyright (c) 2001 Massachusetts Institute of Technology
 
@@ -26,7 +26,7 @@ USA.
        (let ((package
              (lambda (package-name parent-name files exported-names)
                (vector package-name
-                       parent-name
+                       (list parent-name)
                        (list (cons #f files))
                        #f
                        #f