mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 05:30:37 +01:00
* arrays now use the native int type as index
git-svn-id: trunk@48 -
This commit is contained in:
parent
34f32597a2
commit
8994c6362c
@ -662,7 +662,7 @@ implementation
|
||||
not(is_char(right.resulttype.def)) and
|
||||
not(is_boolean(right.resulttype.def)) then
|
||||
begin
|
||||
inserttypeconv(right,s32inttype);
|
||||
inserttypeconv(right,sinttype);
|
||||
end;
|
||||
|
||||
case left.resulttype.def.deftype of
|
||||
|
||||
Loading…
Reference in New Issue
Block a user