mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 04:32:30 +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}
|
||||
{$Define SkippedMacro}
|
||||
const SkippedConst = 1;
|
||||
{$IFDEF Bla}
|
||||
const BlaConst = 1;
|
||||
{$ENDIF}
|
||||
{$Else}
|
||||
{$Define NotFPC}
|
||||
const UsedConst = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user