mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +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
|
||||
consume(_STORED);
|
||||
Message(parser_w_stored_not_implemented);
|
||||
comp_expr(true);
|
||||
{ !!!!!!!! }
|
||||
end;
|
||||
if (idtoken=_DEFAULT) then
|
||||
@ -2431,7 +2432,10 @@ unit pdecl;
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.146 1999/09/01 13:44:56 florian
|
||||
|
Loading…
Reference in New Issue
Block a user