Source position: exec.pas line 1197
type TAVLNode = record
avl_link: array [0..1] of PAVLNode;
avl_parent: PAVLNode;
avl_balance: LongInt;
end;