mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 22:39:18 +02:00
IDEIntf: change IDEMacros.Stamps
git-svn-id: trunk@60770 -
This commit is contained in:
parent
56f340d0ba
commit
9fc53439cf
@ -132,6 +132,8 @@ var
|
||||
|
||||
procedure IncreaseCompilerParseStamp;
|
||||
begin
|
||||
if IDEMacros<>nil then
|
||||
IDEMacros.IncreaseBaseStamp;
|
||||
CTIncreaseChangeStamp(CompilerParseStamp);
|
||||
if Assigned(CompilerParseStampIncreased) then
|
||||
CompilerParseStampIncreased();
|
||||
@ -139,6 +141,8 @@ end;
|
||||
|
||||
procedure IncreaseBuildMacroChangeStamp;
|
||||
begin
|
||||
if IDEMacros<>Nil then
|
||||
IDEMacros.IncreaseGraphStamp;
|
||||
IncreaseCompilerParseStamp;
|
||||
CTIncreaseChangeStamp(BuildMacroChangeStamp);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user