changed order in LIST, ReadString from InOut still did not work right
authorceriel <none@none>
Tue, 28 Jul 1987 13:46:13 +0000 (13:46 +0000)
committerceriel <none@none>
Tue, 28 Jul 1987 13:46:13 +0000 (13:46 +0000)
lang/m2/libm2/InOut.mod
lang/m2/libm2/LIST

index 1826e2d..1312ba4 100644 (file)
@@ -316,6 +316,7 @@ IMPLEMENTATION MODULE InOut ;
        IF NOT Done THEN
                RETURN;
        END;
+       UnRead(ch);
        REPEAT
                Read(ch);
                termCH := ch;
index 622df77..f9bd631 100644 (file)
@@ -15,9 +15,9 @@ Conversion.mod
 Semaphores.mod
 random.mod
 Strings.mod
-Arguments.c
 catch.c
 Traps.mod
+Arguments.c
 LtoUset.e
 StrAss.c
 absd.c