mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:30:35 +02:00
* fix compiling the 64-bit compiler with a 32-bit one
git-svn-id: trunk@35654 -
This commit is contained in:
parent
872ed2af11
commit
abc4cf21d1
@ -959,7 +959,7 @@ implementation
|
|||||||
|
|
||||||
var
|
var
|
||||||
nextarrayentry : int64;
|
nextarrayentry : int64;
|
||||||
i : aint;
|
i : longint;
|
||||||
|
|
||||||
procedure addarrayentry(entry : pcaselabel);
|
procedure addarrayentry(entry : pcaselabel);
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user