Source position: exec.pas line 193
type tList = record
lh_Head: pNode;
lh_Tail: pNode;
lh_TailPred: pNode;
lh_Type: Byte;
l_pad: Byte;
end;