mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 11:39:27 +02:00
* internconst for ptr()
This commit is contained in:
parent
dac91ff361
commit
645ed0feb1
@ -462,7 +462,7 @@ operator ** (bas,expo : int64) i: int64;
|
||||
Addr/Pointer Handling
|
||||
****************************************************************************}
|
||||
|
||||
Function ptr(sel,off:Longint):farpointer;{$ifdef SYSTEMINLINE}inline;{$endif}
|
||||
Function ptr(sel,off:Longint):farpointer;{$ifdef INTERNCONSTINTF}[internconst:fpc_in_const_ptr];{$endif}{$ifdef SYSTEMINLINE}inline;{$endif}
|
||||
Function Cseg:Word;{$ifdef SYSTEMINLINE}inline;{$endif}
|
||||
Function Dseg:Word;{$ifdef SYSTEMINLINE}inline;{$endif}
|
||||
Function Sseg:Word;{$ifdef SYSTEMINLINE}inline;{$endif}
|
||||
@ -795,7 +795,10 @@ const
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.109 2004-11-22 22:48:10 michael
|
||||
Revision 1.110 2004-11-26 22:26:30 peter
|
||||
* internconst for ptr()
|
||||
|
||||
Revision 1.109 2004/11/22 22:48:10 michael
|
||||
+ Added phony documentation declarations
|
||||
|
||||
Revision 1.108 2004/11/17 22:19:04 peter
|
||||
|
Loading…
Reference in New Issue
Block a user