MG: added todo output

git-svn-id: trunk@3635 -
This commit is contained in:
mattias 2002-11-13 23:00:29 +00:00
parent 3bd3af6808
commit 82b4e7b805

View File

@ -1266,7 +1266,10 @@ begin
NewTool.ReadNextAtom;
Result:=Result+' = '+NewTool.GetAtom;
end;
else
writeln('ToDo: TFindDeclarationTool.FindSmartHint TypeNode=',
TypeNode.DescAsString);
end;
end;
if NewNode.Desc=ctnConstDefinition then begin