Explorar el Código

* Forgot to commit TSysCharSet

michael hace 4 años
padre
commit
78cff9a0ec
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;