Add support for BIF/BSM files.
authorHenry M. Wu <edu/mit/csail/zurich/mhwu>
Tue, 26 May 1992 20:09:59 +0000 (20:09 +0000)
committerHenry M. Wu <edu/mit/csail/zurich/mhwu>
Tue, 26 May 1992 20:09:59 +0000 (20:09 +0000)
v7/src/compiler/machines/spectrum/compiler.pkg

index 66c62f90c249539fa66b3b7d42fdd426134e4ff4..44646564da81ed58da04ce2fb8213d4473ec563c 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.33 1992/05/14 03:01:59 jinx Exp $
+$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 $
 $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
@@ -181,7 +181,10 @@ MIT in each case. |#
   (import (runtime compiler-info)
          make-dbg-info-vector)
   (import (runtime unparser)
-         *unparse-uninterned-symbols-by-name?*))
+         *unparse-uninterned-symbols-by-name?*)
+  (import (runtime compiler-info)
+         inf-structure->bif/bsm)
+  )
 \f
 (define-package (compiler debug)
   (files "base/debug")