mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 05:09:13 +02:00
IDE: formatting
git-svn-id: trunk@39271 -
This commit is contained in:
parent
f6ffdc0b7a
commit
ef65901375
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user