浏览代码

* Fixed bug where read-only property was read wrongly

git-svn-id: trunk@7283 -
michael 18 年之前
父节点
当前提交
7a89280631
共有 1 个文件被更改,包括 2 次插入2 次删除
  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