projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0442b9f
)
Change "parent-name" field of package description to contain the names
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 16 Aug 2001 20:58:15 +0000
(20:58 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/v7/src/cref/triv.pkg
b/v7/src/cref/triv.pkg
index 2f3b0d0ca1a2a3bd88d160fb9fa560f18425fe5f..3b41e12e0d9268ce24b635a2e91bc3d80b8cb75d 100644
(file)
--- 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