mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 09:19:45 +02:00
* SwapEndian(<16 Bit>) needs inline in the interface section as well
git-svn-id: trunk@13454 -
This commit is contained in:
parent
6ff15f46e2
commit
90d71ee7da
@ -590,8 +590,8 @@ Function odd(l:Longword):Boolean;[internconst:fpc_in_const_odd];{$ifdef SYSTEMIN
|
||||
Function odd(l:Int64):Boolean;[internconst:fpc_in_const_odd];{$ifdef SYSTEMINLINE}inline;{$endif}
|
||||
Function odd(l:QWord):Boolean;[internconst:fpc_in_const_odd];{$ifdef SYSTEMINLINE}inline;{$endif}
|
||||
|
||||
function SwapEndian(const AValue: SmallInt): SmallInt;
|
||||
function SwapEndian(const AValue: Word): Word;
|
||||
function SwapEndian(const AValue: SmallInt): SmallInt;{$ifdef SYSTEMINLINE}inline;{$endif}
|
||||
function SwapEndian(const AValue: Word): Word;{$ifdef SYSTEMINLINE}inline;{$endif}
|
||||
function SwapEndian(const AValue: LongInt): LongInt;
|
||||
function SwapEndian(const AValue: DWord): DWord;
|
||||
function SwapEndian(const AValue: Int64): Int64;
|
||||
|
Loading…
Reference in New Issue
Block a user