浏览代码

* set srdef to nil if nothing found in searchsym_in_class_by_msgint

git-svn-id: trunk@6197 -
Jonas Maebe 18 年之前
父节点
当前提交
becd64bfb7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/symtable.pas

+ 1 - 0
compiler/symtable.pas

@@ -1662,6 +1662,7 @@ implementation
               end;
             classh:=classh.childof;
           end;
+        srdef:=nil;
         srsym:=nil;
         srsymtable:=nil;
       end;