mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 21:46:00 +02:00
don't include browser info, force $Y-
This commit is contained in:
parent
1a553942fb
commit
22a0fce29c
@ -1,4 +1,5 @@
|
|||||||
unit objpas;
|
unit objpas;
|
||||||
interface
|
interface
|
||||||
|
{$Y-}
|
||||||
implementation
|
implementation
|
||||||
end.
|
end.
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user