@@ -1,4 +1,5 @@
unit objpas;
interface
+{$Y-}
implementation
end.
@@ -1,6 +1,8 @@
unit system;
+
type
integer=-32768..32767;
byte=0..255;