Provide BASE-PORT to parser.
authorChris Hanson <org/chris-hanson/cph>
Fri, 16 Jan 2004 19:43:52 +0000 (19:43 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 16 Jan 2004 19:43:52 +0000 (19:43 +0000)
v7/src/runtime/runtime.pkg

index cd43dc783c6b900a864cba65cfffb5d9d75731ee..0aef50c087098519a4ef23d1805d23048154e67e 100644 (file)
@@ -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")