mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 07:30:53 +01:00
+ added {$INLINE ON} to fix cycle
This commit is contained in:
parent
39b8f2dfc6
commit
7a46bc9395
@ -16,6 +16,7 @@
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
{$INLINE ON}
|
||||
|
||||
unit doslib;
|
||||
|
||||
@ -120,7 +121,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 2004-08-09 00:10:19 karoly
|
||||
Revision 1.3 2004-08-09 12:57:07 karoly
|
||||
+ added {$INLINE ON} to fix cycle
|
||||
|
||||
Revision 1.2 2004/08/09 00:10:19 karoly
|
||||
+ added most of missing stuff
|
||||
|
||||
Revision 1.1 2004/06/26 20:46:17 karoly
|
||||
|
||||
Loading…
Reference in New Issue
Block a user