mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 21:20:29 +02:00
Change local variables offsetdec and extraoffset type to ASizeInt
git-svn-id: trunk@40326 -
This commit is contained in:
parent
23570bed33
commit
bee9421f2a
@ -862,7 +862,7 @@ implementation
|
|||||||
|
|
||||||
var
|
var
|
||||||
offsetdec,
|
offsetdec,
|
||||||
extraoffset : aint;
|
extraoffset : ASizeInt;
|
||||||
rightp : pnode;
|
rightp : pnode;
|
||||||
newsize : tcgsize;
|
newsize : tcgsize;
|
||||||
mulsize,
|
mulsize,
|
||||||
|
Loading…
Reference in New Issue
Block a user