mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
* renamed hidden selector parameter to Objective-C methods from msgsel to
_cmd for naming consistency with the Objective-C runtime (no effects on existing code) git-svn-id: branches/objc@13620 -
This commit is contained in:
parent
b3737214b0
commit
b15fb4afb5
@ -164,7 +164,7 @@ implementation
|
||||
is_objc_class_or_protocol(tprocdef(pd)._class) then
|
||||
begin
|
||||
{ insert Objective-C self and selector parameters }
|
||||
vs:=tparavarsym.create('$msgsel',paranr_vmt,vs_value,objc_seltype,[vo_is_msgsel,vo_is_hidden_para]);
|
||||
vs:=tparavarsym.create('$_cmd',paranr_vmt,vs_value,objc_seltype,[vo_is_msgsel,vo_is_hidden_para]);
|
||||
pd.parast.insert(vs);
|
||||
vs:=tparavarsym.create('$self',paranr_self,vs_value,voidpointertype,[vo_is_self,vo_is_hidden_para]);
|
||||
pd.parast.insert(vs);
|
||||
|
Loading…
Reference in New Issue
Block a user