Explorar el Código

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

git-svn-id: trunk@21257 -

Jonas Maebe hace 13 años
padre
commit
24be42d509
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;