Lay-out changes and made IMPORTS more specific

This commit is contained in:
ceriel
1991-03-05 13:47:08 +00:00
parent 51e0848468
commit df3095c2d3
16 changed files with 217 additions and 207 deletions

View File

@@ -10,7 +10,7 @@ IMPLEMENTATION MODULE ArraySort;
Author: Ceriel J.H. Jacobs
Version: $Header$
*)
FROM SYSTEM IMPORT ADDRESS, BYTE; (* no generics in Modula-2, sorry *)
FROM SYSTEM IMPORT ADDRESS, BYTE; (* no generics in Modula-2, sorry *)
TYPE BytePtr = POINTER TO BYTE;
@@ -153,4 +153,3 @@ IMPLEMENTATION MODULE ArraySort;
END threewayexchange;
END ArraySort.