codetools: comments

git-svn-id: trunk@41106 -
This commit is contained in:
mattias 2013-05-10 08:39:27 +00:00
parent 8598f94b91
commit 1a4a760dd8

View File

@ -9,15 +9,20 @@ uses
{$IfDef FPC}
{$Define SkippedMacro}
const SkippedConst = 1;
{$Else}
{$Define NotFPC}
const UsedConst = 2;
{$EndIf}
{$IfOpt R+}
{$Define RangeCheck}
{$R-}
const RangeCheckDisabledConst1 = Byte(300);
{$EndIf}
const RangeCheckDisabledConst2 = Word(-1);
{$IfDef RangeCheck}
{$R+}
{$EndIf}