mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 21:49:43 +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
|
||||
nextarrayentry : int64;
|
||||
i : aint;
|
||||
i : longint;
|
||||
|
||||
procedure addarrayentry(entry : pcaselabel);
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user