Source position: exec.pas line 187
type TList = record
lh_Head: PNode;
lh_Tail: PNode;
lh_TailPred: PNode;
lh_Type: Byte;
l_pad: Byte;
end;