2
0
Эх сурвалжийг харах

Use the ccharset unit instead of charset when compiling with 2.6.0 like is done for the other cp* units.

git-svn-id: trunk@22426 -
svenbarth 13 жил өмнө
parent
commit
759bd33327

+ 1 - 1
compiler/cp646.pas

@@ -6,7 +6,7 @@ unit cp646;
   implementation
   implementation
 
 
   uses
   uses
-     charset;
+    {$if FPC_FULLVERSION<20700}ccharset{$else}charset{$endif};
 
 
   const
   const
      map : array[0..127] of tunicodecharmapping = (
      map : array[0..127] of tunicodecharmapping = (