Browse Source

don't include browser info, force $Y-

peter 26 years ago
parent
commit
22a0fce29c
2 changed files with 3 additions and 0 deletions
  1. 1 0
      rtl/fakertl/objpas.pp
  2. 2 0
      rtl/fakertl/system.pp

+ 1 - 0
rtl/fakertl/objpas.pp

@@ -1,4 +1,5 @@
 unit objpas;
 interface
+{$Y-}
 implementation
 end.

+ 2 - 0
rtl/fakertl/system.pp

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