1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

Bug 84172 - system includes don't seem to be added to DOM from the first TranslationUnit

This commit is contained in:
John Camelon 2005-02-01 19:46:36 +00:00
parent cb6ce7f886
commit 9500493981

View file

@ -58,7 +58,7 @@ public class CPopulateASTViewAction extends CBaseVisitorAction implements IPopul
private void addRoot(IASTNode node) {
if (!(node.getNodeLocations().length > 0 &&
node.getNodeLocations()[0].getNodeOffset() > 0 &&
node.getNodeLocations()[0].getNodeOffset() >= 0 &&
node.getNodeLocations()[0].getNodeLength() > 0))
return;