From: Guillermo J. Rozas <edu/mit/csail/zurich/gjr> Date: Thu, 24 Mar 1994 18:30:44 +0000 (+0000) Subject: Fix exports of (runtime unsyntaxer) X-Git-Tag: 20090517-FFI~7210 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5592045f1eaf61190f4582ef28838a16004a8adf;p=mit-scheme.git Fix exports of (runtime unsyntaxer) --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 7f1b31c3d..d635a3ac1 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.225 1994/03/24 18:28:18 gjr Exp $ +$Id: runtime.pkg,v 14.226 1994/03/24 18:30:44 gjr Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -2502,8 +2502,6 @@ MIT in each case. |# unsyntax unsyntax-lambda-list unsyntax-with-substitutions) - (export (runtime parser) - lambda-auxiliary-tag) (initialization (initialize-package!))) (define-package (runtime working-directory) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 7f1b31c3d..d635a3ac1 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.225 1994/03/24 18:28:18 gjr Exp $ +$Id: runtime.pkg,v 14.226 1994/03/24 18:30:44 gjr Exp $ Copyright (c) 1988-1994 Massachusetts Institute of Technology @@ -2502,8 +2502,6 @@ MIT in each case. |# unsyntax unsyntax-lambda-list unsyntax-with-substitutions) - (export (runtime parser) - lambda-auxiliary-tag) (initialization (initialize-package!))) (define-package (runtime working-directory)