浏览代码

fcl-json: fixed compile with fpc 3.2.2

mattias 3 年之前
父节点
当前提交
dd6ccd0fb4
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      packages/fcl-json/src/fpjson.pp

+ 4 - 1
packages/fcl-json/src/fpjson.pp

@@ -801,7 +801,10 @@ Function GetJSONStringParserHandler: TJSONStringParserHandler;
 
 implementation
 
-Uses typinfo,sysconst;
+Uses typinfo;
+
+const
+  HexDigits = '01234567890ABCDEF';
 
 Resourcestring
   SErrCannotConvertFromNull = 'Cannot convert data from Null value';