Jelajahi Sumber

* set srdef to nil if nothing found in searchsym_in_class_by_msgint

git-svn-id: trunk@6197 -
Jonas Maebe 18 tahun lalu
induk
melakukan
becd64bfb7
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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;