From: Chris Hanson Date: Fri, 16 Jan 2004 19:43:52 +0000 (+0000) Subject: Provide BASE-PORT to parser. X-Git-Tag: 20090517-FFI~1717 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9ca735e088ee0ed8ff28c7a6551cab9aeef0600b;p=mit-scheme.git Provide BASE-PORT to parser. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index cd43dc783..0aef50c08 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.473 2004/01/15 21:00:16 cph Exp $ +$Id: runtime.pkg,v 14.474 2004/01/16 19:43:52 cph Exp $ Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology Copyright 1994,1995,1996,1997,1998,1999 Massachusetts Institute of Technology @@ -1893,7 +1893,9 @@ USA. *trace-output-port*) (export (runtime emacs-interface) set-port/thread-mutex! - standard-port-accessors)) + standard-port-accessors) + (export (runtime parser) + base-port)) (define-package (runtime input-port) (files "input")