@@ -4,7 +4,6 @@ IMPORT HOST;
CONST
-
slash* = HOST.slash;
eol* = HOST.eol;
@@ -31,18 +30,13 @@ VAR
maxreal*, inf*: REAL;
- target*:
- RECORD
+ target*: RECORD
bit_depth*,
maxInt*,
minInt*,
maxSet*,
maxHex*: INTEGER;
maxReal*: REAL
END;
bit_diff*: INTEGER;