mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-25 17:19:15 +02:00
29 lines
377 B
PHP
29 lines
377 B
PHP
{$ifdef FPC}
|
|
{$ifdef DELPHI}
|
|
{$mode delphi}
|
|
{$asmmode intel}
|
|
{$else}
|
|
{$mode objfpc}
|
|
{$H-}
|
|
{$goto on}
|
|
|
|
{$ifdef PACKENUMFIXED}
|
|
{$PACKENUM 1}
|
|
{$endif}
|
|
|
|
{$define FPCPROCVAR}
|
|
{$ifdef I386}
|
|
{$define USEEXCEPT}
|
|
{$endif}
|
|
{$endif}
|
|
{$endif}
|
|
|
|
{$ifdef DELPHI}
|
|
{$H-}
|
|
|
|
{$Z1}
|
|
|
|
{$undef FPCPROCVAR}
|
|
{$define USEEXCEPT}
|
|
{$endif}
|