mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 15:49:27 +02:00
* also make "out" shortstring parameters openstrings if required
git-svn-id: trunk@1887 -
This commit is contained in:
parent
ee1fba0822
commit
c9b2e34524
@ -520,7 +520,7 @@ implementation
|
||||
else
|
||||
begin
|
||||
{ open string ? }
|
||||
if (varspez=vs_var) and
|
||||
if (varspez in [vs_out,vs_var]) and
|
||||
(
|
||||
(
|
||||
((token=_STRING) or (idtoken=_SHORTSTRING)) and
|
||||
|
Loading…
Reference in New Issue
Block a user