mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-10 18:02:59 +01:00
* indexes in vecn's are only read, not written
git-svn-id: trunk@1976 -
This commit is contained in:
parent
c3f678e8df
commit
62cbd007f1
@ -772,7 +772,7 @@ implementation
|
|||||||
p:=tunarynode(p).left;
|
p:=tunarynode(p).left;
|
||||||
vecn:
|
vecn:
|
||||||
begin
|
begin
|
||||||
set_varstate(tbinarynode(p).right,vs_readwritten,[vsf_must_be_valid]);
|
set_varstate(tbinarynode(p).right,vs_read,[vsf_must_be_valid]);
|
||||||
if not(tunarynode(p).left.resulttype.def.deftype in [stringdef,arraydef]) then
|
if not(tunarynode(p).left.resulttype.def.deftype in [stringdef,arraydef]) then
|
||||||
include(varstateflags,vsf_must_be_valid);
|
include(varstateflags,vsf_must_be_valid);
|
||||||
p:=tunarynode(p).left;
|
p:=tunarynode(p).left;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user