Explorar el Código

* Use IncRefCount

git-svn-id: trunk@6143 -
pierre hace 18 años
padre
commit
e3651191f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/symtable.pas

+ 1 - 1
compiler/symtable.pas

@@ -1452,7 +1452,7 @@ implementation
      procedure addsymref(sym:tsym);
        begin
          { symbol uses count }
-         inc(sym.refs);
+         sym.IncRefCount;
          { unit uses count }
          if assigned(current_module) and
             (sym.owner.symtabletype=globalsymtable) then