Source position: rexx.pas line 150
type TRexxRsrc = record
rr_Node: TNode;
rr_Func: SmallInt;
rr_Base: Pointer;
rr_Size: LongInt;
rr_Arg1: LongInt;
rr_Arg2: LongInt;
end;