mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 08:34:34 +02: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;
|
||||
vecn:
|
||||
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
|
||||
include(varstateflags,vsf_must_be_valid);
|
||||
p:=tunarynode(p).left;
|
||||
|
Loading…
Reference in New Issue
Block a user