$IF/ru
From Free Pascal wiki
Jump to navigationJump to search
│
Deutsch (de) │
English (en) │
français (fr) │
русский (ru) │
Директива компилятора $IF
в условной компиляции.
// директива pointermath отсутствовала в версиях FPC до 3.0.0
{$if FPC_VERSION > 2}
// арифметика указателей это плохо. очень плохо
{$pointermath off}
{$endif}
Directives, definitions and conditionals definitions |
---|
global compiler directives • local compiler directives Conditional Compiler Options • Conditional compilation • Macros and Conditionals • Platform defines |