Browse Source

* Fixed bug where read-only property was read wrongly

git-svn-id: trunk@7283 -
michael 18 years ago
parent
commit
7a89280631
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/fcl-passrc/src/pparser.pp

+ 2 - 2
packages/fcl-passrc/src/pparser.pp

@@ -1583,8 +1583,8 @@ procedure TPasParser.ParseProperty(Element:TPasElement);
       Result := Result + ']';
     end else 
       UngetToken;
-    MaybeReadFullyQualifiedIdentifier(Result);  
-//    writeln(Result);
+    //MaybeReadFullyQualifiedIdentifier(Result);  
+    writeln(Result);
   end;
 
 begin