Skip to content
Snippets Groups Projects
Commit d774e55d authored by wlott's avatar wlott
Browse files

Syntax error in the defstruct for synonym-stream.

parent 8e70bfe8
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/code/stream.lisp,v 1.14 1992/12/10 01:08:40 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/stream.lisp,v 1.15 1992/12/11 15:56:52 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -500,7 +500,7 @@ ...@@ -500,7 +500,7 @@
(:print-function %print-synonym-stream) (:print-function %print-synonym-stream)
(:constructor make-synonym-stream (symbol))) (:constructor make-synonym-stream (symbol)))
;; This is the symbol, the value of which is the stream we are synonym to. ;; This is the symbol, the value of which is the stream we are synonym to.
(symbol :type symbol :read-only t)) (symbol nil :type symbol :read-only t))
(defun %print-synonym-stream (s stream d) (defun %print-synonym-stream (s stream d)
(declare (ignore d)) (declare (ignore d))
......
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