- removed file and replaced by fpcdefs.inc

This commit is contained in:
carl 2002-05-18 09:56:28 +00:00
parent 767bcd707a
commit 18480c1954

View File

@ -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}