Browse Source

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

git-svn-id: trunk@27937 -
Jonas Maebe 11 years ago
parent
commit
47c6b08ece
1 changed files with 1 additions and 1 deletions
  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
         { convert a node tree to symlist and return the last
           symbol }
           symbol }
-        function parse_symlist(pl:tpropaccesslist;var def:tdef):boolean;
+        function parse_symlist(pl:tpropaccesslist;out def:tdef):boolean;
           var
           var
             idx : longint;
             idx : longint;
             sym : tsym;
             sym : tsym;