Browse Source

* Forgot to commit TSysCharSet

michael 4 năm trước cách đây
mục cha
commit
78cff9a0ec
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      packages/rtl/sysutils.pas

+ 2 - 0
packages/rtl/sysutils.pas

@@ -34,6 +34,8 @@ Const
   FloatRecDigits = 19;
 
 type
+  TSysCharSet = Set of Char;
+
   { TFloatRec }
   TFloatRec = Record
     Exponent: Integer;