Source position: rexx.pas line 279
type tSrcNode = record
sn_Succ: pSrcNode;
sn_Pred: pSrcNode;
sn_Ptr: Pointer;
sn_Size: LongInt;
end;