Browse Source

Add character, fpwidestring, unicodedata and unicodenumtable units to builrtl to allow compilation of uregexpr unit from pacakge regexpr

git-svn-id: trunk@39574 -
pierre 7 years ago
parent
commit
394b353c34
1 changed files with 2 additions and 1 deletions
  1. 2 1
      rtl/nativent/buildrtl.pp

+ 2 - 1
rtl/nativent/buildrtl.pp

@@ -14,7 +14,8 @@ unit buildrtl;
 {$ifdef cpux86_64}
       cpu,
 {$endif}
-      charset, cpall, getopts;
+      charset, cpall, getopts,
+      character, fpwidestring, unicodedata, unicodenumtable;
 
   implementation