IDE: formatting

git-svn-id: trunk@39271 -
This commit is contained in:
juha 2012-11-10 22:44:59 +00:00
parent f6ffdc0b7a
commit ef65901375

View File

@ -143,9 +143,9 @@ var
BuildMacroChangeStamp: integer = 0; // TimeStamp of base value for build macros
procedure IncreaseCompilerParseStamp;
procedure IncreaseBuildMacroChangeStamp; { called when a package dependency change
or when project build macro values change.
Automatically calls IncreaseCompilerParseStamp }
// Called when a package dependency changes or when project build macro values change.
// Automatically calls IncreaseCompilerParseStamp
procedure IncreaseBuildMacroChangeStamp;
implementation