Readded accidentally removed overlapping-imports?.

This commit is contained in:
Martin Gasbichler 2003-02-12 10:12:23 +00:00
parent 6304743af4
commit e68c0080f4
1 changed files with 8 additions and 0 deletions

View File

@ -44,3 +44,11 @@
ensures-loaded
package-commands-internal)
(files rt-module))
(define-structure overlapping-imports? (export)
(open scheme
optimizer
signals
general-tables
packages-internal)
(files overlapping-imports))