(code review 2): fix for ProcessFor (Problem with Int64)
git-svn-id: http://code.remobjects.com/svn/pascalscript@194 5c9d2617-0215-0410-a2ee-e80e04d1c6d8
This commit is contained in:
parent
997b869e43
commit
abe195487f
@ -9616,7 +9616,7 @@ begin
|
||||
exit;
|
||||
end;
|
||||
case lType.BaseType of
|
||||
btVariant, btU8, btS8, btU16, btS16, btU32, btS32: ;
|
||||
btVariant, btU8, btS8, btU16, btS16, btU32, {$IFNDEF PS_NOINT64} btS64, {$ENDIF} btS32: ;
|
||||
else
|
||||
begin
|
||||
MakeError('', ecTypeMismatch, '');
|
||||
|
Loading…
Reference in New Issue
Block a user