mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 21:06:03 +02:00
28 lines
406 B
PHP
28 lines
406 B
PHP
{$ifdef FPC}
|
|
{$mode objfpc}
|
|
{$H-}
|
|
{$goto on}
|
|
|
|
{ Packing of enumerated types to save space }
|
|
{$ifdef FPC}
|
|
{$ifdef PACKENUMFIXED}
|
|
{$PACKENUM 1}
|
|
{$endif}
|
|
{$endif}
|
|
|
|
{$define FPCPROCVAR}
|
|
{$ifdef I386}
|
|
{$define USEEXCEPT}
|
|
{$endif}
|
|
{$endif}
|
|
|
|
{$ifdef DELPHI}
|
|
{$H-}
|
|
|
|
{ Packing of enumerated types to save space }
|
|
{$Z1}
|
|
|
|
{$undef FPCPROCVAR}
|
|
{$define USEEXCEPT}
|
|
{$endif}
|