Eliminate duplicate import entry.
authorHenry M. Wu <edu/mit/csail/zurich/mhwu>
Tue, 26 May 1992 20:21:42 +0000 (20:21 +0000)
committerHenry M. Wu <edu/mit/csail/zurich/mhwu>
Tue, 26 May 1992 20:21:42 +0000 (20:21 +0000)
v7/src/compiler/machines/spectrum/compiler.pkg

index 44646564da81ed58da04ce2fb8213d4473ec563c..38d66c47f0442fd20f3b7694cc960d9c9a53ddde 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/compiler.pkg,v 1.34 1992/05/26 20:09:59 mhwu Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/spectrum/compiler.pkg,v 1.35 1992/05/26 20:21:42 mhwu Exp $
 $MC68020-Header: /scheme/compiler/bobcat/RCS/comp.pkg,v 1.32 1991/05/06 23:09:24 jinx Exp $
 
 Copyright (c) 1988-1992 Massachusetts Institute of Technology
@@ -179,12 +179,10 @@ MIT in each case. |#
          *rtl-procedures*
          *rtl-graphs*)
   (import (runtime compiler-info)
-         make-dbg-info-vector)
-  (import (runtime unparser)
-         *unparse-uninterned-symbols-by-name?*)
-  (import (runtime compiler-info)
+         make-dbg-info-vector
          inf-structure->bif/bsm)
-  )
+  (import (runtime unparser)
+         *unparse-uninterned-symbols-by-name?*))
 \f
 (define-package (compiler debug)
   (files "base/debug")