瀏覽代碼

* fixed compilation after introduction of strict class type checking
for var/out parameters

git-svn-id: branches/objc@13597 -

Jonas Maebe 16 年之前
父節點
當前提交
8def2c2ac3
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      compiler/nobjc.pas
  2. 1 1
      compiler/objcutil.pas

+ 1 - 1
compiler/nobjc.pas

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

+ 1 - 1
compiler/objcutil.pas

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