浏览代码

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

git-svn-id: trunk@19284 -
paul 14 年之前
父节点
当前提交
6f185f2184
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/scanner.pas

+ 1 - 1
compiler/scanner.pas

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