Browse Source

* patch from Dmitry for "file of integer" like syntax, mantis 16673

git-svn-id: trunk@15729 -
marco 15 năm trước cách đây
mục cha
commit
b10b49efda
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      packages/fcl-passrc/src/pparser.pp

+ 1 - 0
packages/fcl-passrc/src/pparser.pp

@@ -490,6 +490,7 @@ begin
     tkFile:
       begin
         Result := TPasFileType(CreateElement(TPasFileType, '', Parent));
+        ParseFileType(TPasFileType(Result));
       end;
     tkArray:
       begin