Skip to content
Snippets Groups Projects
Commit 8c46bef3 authored by chiles's avatar chiles
Browse files

Added back interface EXT:MAKE-STREAM-COMMAND.  This needs to be exported for
TS-STREAM-ACCEPT-INPUT in the "ED" package.
parent 115a0ef3
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ts-stream.lisp,v 1.1.1.6 1991/05/27 11:58:33 chiles Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ts-stream.lisp,v 1.1.1.7 1991/05/27 13:49:02 chiles Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
(in-package "EXT") (in-package "EXT")
(export '(get-stream-command stream-command stream-command-p stream-command-name (export '(get-stream-command stream-command stream-command-p stream-command-name
stream-command-args)) stream-command-args make-stream-command))
(defstruct (stream-command (:print-function print-stream-command) (defstruct (stream-command (:print-function print-stream-command)
(:constructor make-stream-command (:constructor make-stream-command
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment