mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-02 05:44:10 +02:00
* 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:
parent
e25c5b809e
commit
2b01a7e2c6
@ -2408,6 +2408,7 @@ implementation
|
||||
end;
|
||||
classrefdef:
|
||||
begin
|
||||
erroroutp1:=true;
|
||||
if token=_ID then
|
||||
begin
|
||||
structh:=tobjectdef(tclassrefdef(p1.resultdef).pointeddef);
|
||||
|
Loading…
Reference in New Issue
Block a user