mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 19:29:18 +02:00
* Stored specifier for properties is now correctly parsed
This commit is contained in:
parent
3975106fed
commit
118a99513d
@ -1190,6 +1190,7 @@ unit pdecl;
|
|||||||
begin
|
begin
|
||||||
consume(_STORED);
|
consume(_STORED);
|
||||||
Message(parser_w_stored_not_implemented);
|
Message(parser_w_stored_not_implemented);
|
||||||
|
comp_expr(true);
|
||||||
{ !!!!!!!! }
|
{ !!!!!!!! }
|
||||||
end;
|
end;
|
||||||
if (idtoken=_DEFAULT) then
|
if (idtoken=_DEFAULT) then
|
||||||
@ -2431,7 +2432,10 @@ unit pdecl;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.147 1999-09-02 09:23:51 peter
|
Revision 1.148 1999-09-08 21:06:06 michael
|
||||||
|
* Stored specifier for properties is now correctly parsed
|
||||||
|
|
||||||
|
Revision 1.147 1999/09/02 09:23:51 peter
|
||||||
* fixed double dispose of propsymlist
|
* fixed double dispose of propsymlist
|
||||||
|
|
||||||
Revision 1.146 1999/09/01 13:44:56 florian
|
Revision 1.146 1999/09/01 13:44:56 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user