$IF/ru

From Free Pascal wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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
$IF