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

check errors

git-svn-id: trunk@21257 -
This commit is contained in:
Jonas Maebe 2012-05-08 17:16:56 +00:00
parent 50704e55c8
commit 24be42d509

View File

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