mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 22:06:40 +02:00
* inline on directive added
This commit is contained in:
parent
91b39cfd4c
commit
71cc0874ce
@ -201,6 +201,8 @@
|
|||||||
|
|
||||||
{$ifdef fpc}
|
{$ifdef fpc}
|
||||||
|
|
||||||
|
{$inline on}
|
||||||
|
|
||||||
function testretbyteinline: byte; inline;
|
function testretbyteinline: byte; inline;
|
||||||
begin
|
begin
|
||||||
Write('(byte) : Value should be 126...');
|
Write('(byte) : Value should be 126...');
|
||||||
@ -395,7 +397,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 2001-05-19 11:51:50 peter
|
Revision 1.2 2001-07-31 08:03:14 pierre
|
||||||
|
* inline on directive added
|
||||||
|
|
||||||
|
Revision 1.1 2001/05/19 11:51:50 peter
|
||||||
* renamed to .pp
|
* renamed to .pp
|
||||||
|
|
||||||
Revision 1.2 2001/05/18 18:20:07 carl
|
Revision 1.2 2001/05/18 18:20:07 carl
|
||||||
|
Loading…
Reference in New Issue
Block a user