mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 19:57:20 +01:00
* changed write-only parameter of parse_symlist() into an out-parameter
git-svn-id: trunk@27937 -
This commit is contained in:
parent
7963351440
commit
47c6b08ece
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user