Browse Source

* already obsolete for 1,5 year

peter 22 years ago
parent
commit
ed8d5479d6
1 changed files with 0 additions and 42 deletions
  1. 0 42
      compiler/defines.inc

+ 0 - 42
compiler/defines.inc

@@ -1,42 +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}
-
-{$ifdef i386}
-  {$define x86}
-{$endif i386}
-{$ifdef x86_64}
-  {$define x86}
-{$endif x86_64}
-
-{
-  $Log$
-  Revision 1.8  2002-07-04 18:57:18  florian
-    + log added
-
-}