mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
* changed "crc" variable from longint to cardinal to avoid (harmless) range
check errors git-svn-id: trunk@21257 -
This commit is contained in:
parent
50704e55c8
commit
24be42d509
@ -73,7 +73,8 @@ uses
|
||||
first,
|
||||
err : boolean;
|
||||
i,
|
||||
gencount,crc : longint;
|
||||
gencount : longint;
|
||||
crc : cardinal;
|
||||
genericdef,def : tstoreddef;
|
||||
generictype : ttypesym;
|
||||
genericdeflist : TFPObjectList;
|
||||
|
Loading…
Reference in New Issue
Block a user