Source position: amigados.pas line 1368
type TLocalVar = packed record
lv_Node: TNode;
lv_Flags: Word;
lv_Value: PChar;
lv_Len: LongWord;
end;