IDE: fixed compilation

git-svn-id: trunk@41555 -
This commit is contained in:
mattias 2013-06-05 19:43:34 +00:00
parent fd298c3dcf
commit 35f0478c14
4 changed files with 70 additions and 72 deletions

2
.gitattributes vendored
View File

@ -3599,7 +3599,7 @@ debian/po/de.po svneol=native#text/plain
debian/po/es.po svneol=native#text/plain
debian/po/fr.po svneol=native#text/plain
debian/po/it.po svneol=native#text/plain
debian/po/ja.po -text svneol=native#text/plain
debian/po/ja.po svneol=native#text/plain
debian/po/pl.po svneol=native#text/plain
debian/po/pt.po svneol=native#text/plain
debian/po/ru.po svneol=native#text/plain

View File

@ -777,7 +777,6 @@ begin
LazarusIDE.OpenEditorsOnCodeToolChange:=False;
with fCTLink do
try
CodeTool.CheckDirectoryCache;
if CodeTool.DirectoryCache=nil then exit;
if CodeTool.FixIncludeFilenames(Code,SrcCache,FoundIncludeFiles,MissingIncludeFilesCodeXYPos)
then begin

View File

@ -216,7 +216,6 @@ begin
UsesNode:=UsesSectionNode;
if UsesNode=nil then exit(true);
with fCTLink do begin
if not CodeTool.CheckDirectoryCache then exit(false);
CodeTool.MoveCursorToUsesStart(UsesNode);
repeat
// read next unit name