Source position: exec.pas line 151
type TNode = packed record
ln_Succ: PNode;
ln_Pred: PNode;
ln_Type: Byte;
ln_Pri: ShortInt;
ln_Name: PChar;
end;