mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 21:45:58 +02:00
* Fixed missing $INLINE
This commit is contained in:
parent
4c872834ab
commit
d9b2e5cc26
@ -17,6 +17,7 @@
|
|||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
{$INLINE ON}
|
||||||
|
|
||||||
unit Dos;
|
unit Dos;
|
||||||
|
|
||||||
@ -1311,7 +1312,10 @@ End.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.9 2004-11-18 22:30:33 karoly
|
Revision 1.10 2004-11-23 02:57:58 karoly
|
||||||
|
* Fixed missing $INLINE
|
||||||
|
|
||||||
|
Revision 1.9 2004/11/18 22:30:33 karoly
|
||||||
* Some cleanup, leap year calculation fixed
|
* Some cleanup, leap year calculation fixed
|
||||||
|
|
||||||
Revision 1.8 2004/10/27 01:31:40 karoly
|
Revision 1.8 2004/10/27 01:31:40 karoly
|
||||||
|
Loading…
Reference in New Issue
Block a user