ソースを参照

* 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;