Source position: exec.pas line 197
type TMinList = record
mlh_Head: PMinNode;
mlh_Tail: PMinNode;
mlh_TailPred: PMinNode;
end;