don't include browser info, force $Y-

This commit is contained in:
peter 1999-12-08 01:08:02 +00:00
parent 1a553942fb
commit 22a0fce29c
2 changed files with 3 additions and 0 deletions

View File

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

View File

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