Sfoglia il codice sorgente

* Forgot to commit TSysCharSet

michael 4 anni fa
parent
commit
78cff9a0ec
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;