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; unit objpas;
interface interface
{$Y-}
implementation implementation
end. end.

View File

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