* initialize errorp1 for classrefdef after r31856 (mantis #28741, but this

doesn't fix it as there are more problems)

git-svn-id: trunk@31884 -
This commit is contained in:
Jonas Maebe 2015-09-29 07:59:59 +00:00
parent e25c5b809e
commit 2b01a7e2c6

View File

@ -2408,6 +2408,7 @@ implementation
end;
classrefdef:
begin
erroroutp1:=true;
if token=_ID then
begin
structh:=tobjectdef(tclassrefdef(p1.resultdef).pointeddef);