Browse Source

Fix compilation by removing unicodenumtable unit

Pierre Muller 3 years ago
parent
commit
2dcca2eb68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/nativent/buildrtl.pp

+ 1 - 1
rtl/nativent/buildrtl.pp

@@ -15,7 +15,7 @@ unit buildrtl;
       cpu,
       cpu,
 {$endif}
 {$endif}
       charset, cpall, getopts,
       charset, cpall, getopts,
-      character, fpwidestring, unicodedata, unicodenumtable,
+      character, fpwidestring, unicodedata,
       softfpu, sfpux80, ufloatx80, sfpu128, ufloat128;
       softfpu, sfpux80, ufloatx80, sfpu128, ufloat128;
 
 
   implementation
   implementation