Sfoglia il codice sorgente

* changed write-only parameter of parse_symlist() into an out-parameter

git-svn-id: trunk@27937 -
Jonas Maebe 11 anni fa
parent
commit
47c6b08ece
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      compiler/pdecvar.pas

+ 1 - 1
compiler/pdecvar.pas

@@ -82,7 +82,7 @@ implementation
 
         { convert a node tree to symlist and return the last
           symbol }
-        function parse_symlist(pl:tpropaccesslist;var def:tdef):boolean;
+        function parse_symlist(pl:tpropaccesslist;out def:tdef):boolean;
           var
             idx : longint;
             sym : tsym;