IDEIntf: change IDEMacros.Stamps

git-svn-id: trunk@60770 -
This commit is contained in:
mattias 2019-03-25 18:07:38 +00:00
parent 56f340d0ba
commit 9fc53439cf

View File

@ -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;