* fixed compilation after introduction of strict class type checking

for var/out parameters

git-svn-id: branches/objc@13597 -
This commit is contained in:
Jonas Maebe 2009-08-25 19:43:45 +00:00
parent 1a34492990
commit 8def2c2ac3
2 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ function tobjcmessagesendnode.pass_1: tnode;
msgsendname: string;
newparas,
para: tcallparanode;
block: tblocknode;
block: tnode;
statements: tstatementnode;
temp: ttempcreatenode;
objcsupertype: tdef;

View File

@ -67,7 +67,7 @@ implementation
function objcsuperclassnode(def: tobjectdef): tnode;
var
block: tblocknode;
block: tnode;
statements: tstatementnode;
para: tcallparanode;
begin