From d774e55d957a81749d4c64327a074311390adbb5 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 11 Dec 1992 15:56:52 +0000 Subject: [PATCH] Syntax error in the defstruct for synonym-stream. --- code/stream.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/stream.lisp b/code/stream.lisp index bd60b6ef1..5f7e4c506 100644 --- a/code/stream.lisp +++ b/code/stream.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (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 @@ (:print-function %print-synonym-stream) (:constructor make-synonym-stream (symbol))) ;; 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) (declare (ignore d)) -- GitLab