mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 18:24:19 +02:00
* Fixed bug where read-only property was read wrongly (part 2: removed debug stuff)
git-svn-id: trunk@7284 -
This commit is contained in:
parent
7a89280631
commit
50c70c150a
@ -1584,7 +1584,7 @@ procedure TPasParser.ParseProperty(Element:TPasElement);
|
||||
end else
|
||||
UngetToken;
|
||||
//MaybeReadFullyQualifiedIdentifier(Result);
|
||||
writeln(Result);
|
||||
//writeln(Result);
|
||||
end;
|
||||
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user