Explorar el Código

compiler: replace {$ifdef FPC_FULLVERSION<20700} with {$ifdef VER2_4} for including ccharset as in other compiler places

git-svn-id: trunk@19284 -
paul hace 14 años
padre
commit
6f185f2184
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/scanner.pas

+ 1 - 1
compiler/scanner.pas

@@ -269,7 +269,7 @@ implementation
       { This is needed for tcputype }
       { This is needed for tcputype }
       cpuinfo,
       cpuinfo,
       fmodule
       fmodule
-{$ifdef FPC_FULLVERSION<20700}
+{$ifdef VER2_4}
       ,ccharset
       ,ccharset
 {$endif}
 {$endif}
       ;
       ;