mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 10:50:16 +02:00
Fix tw32115 test for msdos target by using longint type explicitly for CalcSmth function parameter
git-svn-id: trunk@37445 -
This commit is contained in:
parent
4109738582
commit
c8722d4237
@ -1,7 +1,7 @@
|
||||
{$mode objfpc}
|
||||
program Project1;
|
||||
|
||||
function CalcSmth(const AValue: Integer): Integer;
|
||||
function CalcSmth(const AValue: LongInt): Integer;
|
||||
begin
|
||||
case AValue of
|
||||
-9999999..-1000000: Result := 2;
|
||||
|
Loading…
Reference in New Issue
Block a user