some more fixes to fixes

This commit is contained in:
ceriel
1988-02-19 16:52:54 +00:00
parent 168c9d602f
commit 7d12db71e3
3 changed files with 15 additions and 10 deletions

View File

@@ -16,8 +16,7 @@ IMPLEMENTATION MODULE PascalIO;
IMPORT RealConversions;
FROM Streams IMPORT Stream, StreamKind, StreamMode, StreamResult,
InputStream, OutputStream, OpenStream, CloseStream,
EndOfStream, Read, Write, SetStreamBuffering,
StreamBuffering;
EndOfStream, Read, Write, StreamBuffering;
FROM Storage IMPORT ALLOCATE;
FROM SYSTEM IMPORT ADR;