mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:49:39 +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
|
else
|
||||||
begin
|
begin
|
||||||
{ open string ? }
|
{ open string ? }
|
||||||
if (varspez=vs_var) and
|
if (varspez in [vs_out,vs_var]) and
|
||||||
(
|
(
|
||||||
(
|
(
|
||||||
((token=_STRING) or (idtoken=_SHORTSTRING)) and
|
((token=_STRING) or (idtoken=_SHORTSTRING)) and
|
||||||
|
Loading…
Reference in New Issue
Block a user