mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 12:29:25 +02:00
* changed power(...) prototype to int64
This commit is contained in:
parent
40cedf1682
commit
14bfc9eeba
@ -138,7 +138,8 @@
|
||||
Longint data type routines
|
||||
****************************************************************************}
|
||||
|
||||
function power(bas,expo : longint) : longint;
|
||||
{$define FPC_SYSTEM_HAS_POWER_INT64}
|
||||
function power(bas,expo : int64) : int64;
|
||||
begin
|
||||
if bas=0 then
|
||||
begin
|
||||
@ -284,7 +285,10 @@ end ['R0','R3','F0','F1','F2','F3'];
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.14 2002-11-28 11:04:16 olle
|
||||
Revision 1.15 2003-01-15 01:09:04 florian
|
||||
* changed power(...) prototype to int64
|
||||
|
||||
Revision 1.14 2002/11/28 11:04:16 olle
|
||||
* macos: refs to globals in asm adapted to macos
|
||||
|
||||
Revision 1.13 2002/10/21 18:08:28 jonas
|
||||
|
Loading…
Reference in New Issue
Block a user