|
@@ -153,7 +153,7 @@ implementation
|
|
end;
|
|
end;
|
|
raisen:
|
|
raisen:
|
|
{ frame tree }
|
|
{ frame tree }
|
|
- result := foreachnode(traisenode(n).third,f,arg) or result;
|
|
|
|
|
|
+ result := foreachnode(ttertiarynode(n).third,f,arg) or result;
|
|
tempcreaten:
|
|
tempcreaten:
|
|
{ temp. initialization code }
|
|
{ temp. initialization code }
|
|
if assigned(ttempcreatenode(n).tempinfo^.tempinitcode) then
|
|
if assigned(ttempcreatenode(n).tempinfo^.tempinitcode) then
|
|
@@ -250,7 +250,7 @@ implementation
|
|
end;
|
|
end;
|
|
raisen:
|
|
raisen:
|
|
{ frame tree }
|
|
{ frame tree }
|
|
- result := foreachnodestatic(traisenode(n).third,f,arg) or result;
|
|
|
|
|
|
+ result := foreachnodestatic(ttertiarynode(n).third,f,arg) or result;
|
|
tempcreaten:
|
|
tempcreaten:
|
|
{ temp. initialization code }
|
|
{ temp. initialization code }
|
|
if assigned(ttempcreatenode(n).tempinfo^.tempinitcode) then
|
|
if assigned(ttempcreatenode(n).tempinfo^.tempinitcode) then
|