From c41407fbeaeafd987f86f7600e8c91aac49633de Mon Sep 17 00:00:00 2001 From: Daniel Kochmanski Date: Fri, 29 Sep 2017 16:20:39 +0200 Subject: [PATCH] predlib: fundamental-stream is not subtype of ansi-stream --- src/lsp/predlib.lsp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/lsp/predlib.lsp b/src/lsp/predlib.lsp index 13e3b9218..d1b6d5264 100644 --- a/src/lsp/predlib.lsp +++ b/src/lsp/predlib.lsp @@ -1313,9 +1313,10 @@ if not possible." (EXT:SEQUENCE-STREAM) (EXT:ANSI-STREAM (OR BROADCAST-STREAM CONCATENATED-STREAM ECHO-STREAM FILE-STREAM STRING-STREAM SYNONYM-STREAM TWO-WAY-STREAM - EXT:SEQUENCE-STREAM - #+clos-streams GRAY:FUNDAMENTAL-STREAM)) - (STREAM EXT:ANSI-STREAM) + EXT:SEQUENCE-STREAM)) + #+clos-streams (GRAY:FUNDAMENTAL-STREAM) + (STREAM (OR EXT:ANSI-STREAM + #+clos-streams GRAY:FUNDAMENTAL-STREAM)) (READTABLE) #+threads (MP::PROCESS)