Browse Source

* Stored specifier for properties is now correctly parsed

michael 26 years ago
parent
commit
118a99513d
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/pdecl.pas

+ 5 - 1
compiler/pdecl.pas

@@ -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