From 5e64fb2db32a89ff39a80c22de380af03fd6cf60 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 18 Aug 1988 01:47:27 +0000 Subject: [PATCH] Export `syntax-files!' to the compiler package. --- v7/src/compiler/machines/bobcat/compiler.pkg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/compiler/machines/bobcat/compiler.pkg b/v7/src/compiler/machines/bobcat/compiler.pkg index b254be107..6aa029c46 100644 --- a/v7/src/compiler/machines/bobcat/compiler.pkg +++ b/v7/src/compiler/machines/bobcat/compiler.pkg @@ -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) -- 2.25.1