Ver código fonte

* set srdef to nil if nothing found in searchsym_in_class_by_msgint

git-svn-id: trunk@6197 -
Jonas Maebe 18 anos atrás
pai
commit
becd64bfb7
1 arquivos alterados com 1 adições e 0 exclusões
  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;