소스 검색

* changed "crc" variable from longint to cardinal to avoid (harmless) range
check errors

git-svn-id: trunk@21257 -

Jonas Maebe 13 년 전
부모
커밋
24be42d509
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      compiler/pgenutil.pas

+ 2 - 1
compiler/pgenutil.pas

@@ -73,7 +73,8 @@ uses
         first,
         err : boolean;
         i,
-        gencount,crc : longint;
+        gencount : longint;
+        crc : cardinal;
         genericdef,def : tstoreddef;
         generictype : ttypesym;
         genericdeflist : TFPObjectList;