mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +02:00
* write correct proc name when giving a hint that a procedure is not inlined.
git-svn-id: trunk@38480 -
This commit is contained in:
parent
787b2a2e05
commit
5e200cad89
@ -4357,7 +4357,7 @@ implementation
|
||||
else
|
||||
begin
|
||||
if po_inline in procdefinition.procoptions then
|
||||
Message1(cg_h_no_inline,current_procinfo.procdef.fullprocname(false));
|
||||
Message1(cg_h_no_inline,tprocdef(procdefinition).customprocname([pno_proctypeoption, pno_paranames,pno_ownername, pno_noclassmarker]));
|
||||
mark_unregable_parameters;
|
||||
result:=pass1_normal;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user