Browse Source

* Forgot to commit TSysCharSet

michael 4 years ago
parent
commit
78cff9a0ec
1 changed files with 2 additions and 0 deletions
  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;