From: Guillermo J. Rozas Date: Thu, 24 Mar 1994 18:28:18 +0000 (+0000) Subject: Export lambda-auxiliary-tag to several other places. X-Git-Tag: 20090517-FFI~7212 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=24a36e536afa0947e51ec6e602716908c9b60b58;p=mit-scheme.git Export lambda-auxiliary-tag to several other places. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index d20693846..7f1b31c3d 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.224 1994/03/22 21:31:09 cph Exp $ +$Id: runtime.pkg,v 14.225 1994/03/24 18:28:18 gjr Exp $ -Copyright (c) 1988-94 Massachusetts Institute of Technology +Copyright (c) 1988-1994 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -1459,17 +1459,21 @@ MIT in each case. |# (export (runtime character) char-set/atom-delimiters) (export (runtime syntaxer) + lambda-auxiliary-tag lambda-optional-tag lambda-rest-tag) (export (runtime unparser) + lambda-auxiliary-tag lambda-optional-tag lambda-rest-tag) (export (runtime macros) - lambda-optional-tag) + lambda-auxiliary-tag + lambda-optional-tag + lambda-rest-tag) (export (runtime unsyntaxer) + lambda-auxiliary-tag lambda-optional-tag - lambda-rest-tag - lambda-aux-tag) + lambda-rest-tag) (export (runtime parser-table) collect-list-wrapper) (initialization (initialize-package!))) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index d20693846..7f1b31c3d 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.224 1994/03/22 21:31:09 cph Exp $ +$Id: runtime.pkg,v 14.225 1994/03/24 18:28:18 gjr Exp $ -Copyright (c) 1988-94 Massachusetts Institute of Technology +Copyright (c) 1988-1994 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -1459,17 +1459,21 @@ MIT in each case. |# (export (runtime character) char-set/atom-delimiters) (export (runtime syntaxer) + lambda-auxiliary-tag lambda-optional-tag lambda-rest-tag) (export (runtime unparser) + lambda-auxiliary-tag lambda-optional-tag lambda-rest-tag) (export (runtime macros) - lambda-optional-tag) + lambda-auxiliary-tag + lambda-optional-tag + lambda-rest-tag) (export (runtime unsyntaxer) + lambda-auxiliary-tag lambda-optional-tag - lambda-rest-tag - lambda-aux-tag) + lambda-rest-tag) (export (runtime parser-table) collect-list-wrapper) (initialization (initialize-package!)))