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

git-svn-id: trunk@27937 -
This commit is contained in:
Jonas Maebe 2014-06-12 11:08:33 +00:00
parent 7963351440
commit 47c6b08ece

View File

@ -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;