Parcourir la source

* Forgot to commit TSysCharSet

michael il y a 4 ans
Parent
commit
78cff9a0ec
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;