mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 19:31:56 +01:00
* white space fixes
git-svn-id: trunk@15709 -
This commit is contained in:
parent
afc7c37ffe
commit
0712dbe25d
@ -1473,15 +1473,15 @@ implementation
|
||||
(is_managed_type(tabstractvarsym(p).vardef) or
|
||||
((m_iso in current_settings.modeswitches) and (tabstractvarsym(p).vardef.typ=filedef))
|
||||
) then
|
||||
begin
|
||||
OldAsmList:=current_asmdata.CurrAsmList;
|
||||
current_asmdata.CurrAsmList:=TAsmList(arg);
|
||||
hp:=initialize_data_node(cloadnode.create(tsym(p),tsym(p).owner));
|
||||
firstpass(hp);
|
||||
secondpass(hp);
|
||||
hp.free;
|
||||
current_asmdata.CurrAsmList:=OldAsmList;
|
||||
end;
|
||||
begin
|
||||
OldAsmList:=current_asmdata.CurrAsmList;
|
||||
current_asmdata.CurrAsmList:=TAsmList(arg);
|
||||
hp:=initialize_data_node(cloadnode.create(tsym(p),tsym(p).owner));
|
||||
firstpass(hp);
|
||||
secondpass(hp);
|
||||
hp.free;
|
||||
current_asmdata.CurrAsmList:=OldAsmList;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
|
||||
@ -272,7 +272,7 @@ implementation
|
||||
hasequalpara:=(compare_paras(vmtpd.paras,pd.paras,cp_none,[cpo_ignoreuniv])>=te_equal);
|
||||
|
||||
{ check that we are not trying to override a final method }
|
||||
if (po_finalmethod in vmtpd.procoptions) and
|
||||
if (po_finalmethod in vmtpd.procoptions) and
|
||||
hasequalpara and (po_overridingmethod in pd.procoptions) and is_class(_class) then
|
||||
MessagePos1(pd.fileinfo,parser_e_final_can_no_be_overridden,pd.fullprocname(false))
|
||||
else
|
||||
|
||||
@ -1056,7 +1056,7 @@ implementation
|
||||
end;
|
||||
|
||||
var
|
||||
i : longint;
|
||||
i : longint;
|
||||
|
||||
begin
|
||||
{ GUID }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user