Source position: amigaguide.pas line 148
type tXRef = record
xr_Node: tNode;
xr_Pad: Word;
xr_DF: Pointer;
xr_File: STRPTR;
xr_Name: STRPTR;
xr_Line: LongInt;
xr_Reserved: array [0..1] of ULONG;
end;