mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 23:58:14 +02:00
codetools: directive example
git-svn-id: trunk@41353 -
This commit is contained in:
parent
0fedbb9844
commit
e4528ed2ea
@ -10,6 +10,9 @@ uses
|
|||||||
{$IfDef FPC}
|
{$IfDef FPC}
|
||||||
{$Define SkippedMacro}
|
{$Define SkippedMacro}
|
||||||
const SkippedConst = 1;
|
const SkippedConst = 1;
|
||||||
|
{$IFDEF Bla}
|
||||||
|
const BlaConst = 1;
|
||||||
|
{$ENDIF}
|
||||||
{$Else}
|
{$Else}
|
||||||
{$Define NotFPC}
|
{$Define NotFPC}
|
||||||
const UsedConst = 2;
|
const UsedConst = 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user