mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-01 14:08:18 +02:00
* added 'inline on' directive
This commit is contained in:
parent
c9e2e3dd8d
commit
071f6b7ba0
@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
Uses Strings,DxeLoad,Coff,Dos;
|
Uses Strings,DxeLoad,Coff,Dos;
|
||||||
|
|
||||||
|
{$inline on}
|
||||||
|
|
||||||
{$ifdef Linux} {Fix for 1.0.x}
|
{$ifdef Linux} {Fix for 1.0.x}
|
||||||
{$Define Unix}
|
{$Define Unix}
|
||||||
{$endif}
|
{$endif}
|
||||||
@ -316,7 +318,10 @@ Begin
|
|||||||
End.
|
End.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 2001-08-02 10:41:50 marco
|
Revision 1.3 2001-08-02 12:50:46 jonas
|
||||||
|
* added 'inline on' directive
|
||||||
|
|
||||||
|
Revision 1.2 2001/08/02 10:41:50 marco
|
||||||
* Fix from peter (inline between ifdefs) committed
|
* Fix from peter (inline between ifdefs) committed
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user