mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 17:27:13 +01:00
* fixed compilation after introduction of strict class type checking
for var/out parameters git-svn-id: branches/objc@13597 -
This commit is contained in:
parent
1a34492990
commit
8def2c2ac3
@ -231,7 +231,7 @@ function tobjcmessagesendnode.pass_1: tnode;
|
||||
msgsendname: string;
|
||||
newparas,
|
||||
para: tcallparanode;
|
||||
block: tblocknode;
|
||||
block: tnode;
|
||||
statements: tstatementnode;
|
||||
temp: ttempcreatenode;
|
||||
objcsupertype: tdef;
|
||||
|
||||
@ -67,7 +67,7 @@ implementation
|
||||
|
||||
function objcsuperclassnode(def: tobjectdef): tnode;
|
||||
var
|
||||
block: tblocknode;
|
||||
block: tnode;
|
||||
statements: tstatementnode;
|
||||
para: tcallparanode;
|
||||
begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user