mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +02:00
* inline on directive added
This commit is contained in:
parent
91b39cfd4c
commit
71cc0874ce
@ -201,6 +201,8 @@
|
||||
|
||||
{$ifdef fpc}
|
||||
|
||||
{$inline on}
|
||||
|
||||
function testretbyteinline: byte; inline;
|
||||
begin
|
||||
Write('(byte) : Value should be 126...');
|
||||
@ -395,7 +397,10 @@ end.
|
||||
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.2 2001/05/18 18:20:07 carl
|
||||
|
Loading…
Reference in New Issue
Block a user