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