Explorar o código

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 %!s(int64=13) %!d(string=hai) anos
pai
achega
759bd33327
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/cp646.pas

+ 1 - 1
compiler/cp646.pas

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