Source position: rexx.pas line 216
type TSrcNode = record
sn_Succ: PSrcNode;
sn_Pred: PSrcNode;
sn_Ptr: Pointer;
sn_Size: LongInt;
end;