From 7508d74fee8a43c090e584348099c5b301c8f715 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 16 Aug 2001 20:58:15 +0000 Subject: [PATCH] Change "parent-name" field of package description to contain the names 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/cref/triv.pkg b/v7/src/cref/triv.pkg index 2f3b0d0ca..3b41e12e0 100644 --- a/v7/src/cref/triv.pkg +++ b/v7/src/cref/triv.pkg @@ -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 -- 2.25.1