mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 18:49:14 +02:00
- removed file and replaced by fpcdefs.inc
This commit is contained in:
parent
767bcd707a
commit
18480c1954
@ -1,28 +0,0 @@
|
||||
{$ifdef FPC}
|
||||
{$ifdef DELPHI}
|
||||
{$mode delphi}
|
||||
{$asmmode intel}
|
||||
{$else}
|
||||
{$mode objfpc}
|
||||
{$H-}
|
||||
{$goto on}
|
||||
|
||||
{ This reduces the memory requirements a lot }
|
||||
{$PACKENUM 1}
|
||||
|
||||
{$define FPCPROCVAR}
|
||||
{$ifdef I386}
|
||||
{$define USEEXCEPT}
|
||||
{$endif}
|
||||
{$endif}
|
||||
{$endif}
|
||||
|
||||
{$ifdef DELPHI}
|
||||
{$H-}
|
||||
{$J+}
|
||||
|
||||
{$Z1}
|
||||
|
||||
{$undef FPCPROCVAR}
|
||||
{$define USEEXCEPT}
|
||||
{$endif}
|
Loading…
Reference in New Issue
Block a user