Export `syntax-files!' to the compiler package.
authorChris Hanson <org/chris-hanson/cph>
Thu, 18 Aug 1988 01:47:27 +0000 (01:47 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 18 Aug 1988 01:47:27 +0000 (01:47 +0000)
v7/src/compiler/machines/bobcat/compiler.pkg

index b254be107a26a077458bf215570a813fdaf36c08..6aa029c46279294e7332594f1d80f1e84c67114f 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.pkg,v 1.4 1988/07/20 07:35:36 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/compiler.pkg,v 1.5 1988/08/18 01:47:27 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -96,7 +96,8 @@ MIT in each case. |#
   (files "machines/bobcat/decls")
   (parent (compiler))
   (export (compiler)
-         sc)
+         sc
+         syntax-files!)
   (import (scode-optimizer top-level)
          sf/internal
          sf/pathname-defaulting)