소스 검색

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';