mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 14:20:05 +02:00
sinclairql: include qdosh.inc directly. this will allow easier sharing of qdosfuncs.inc with the qlunits package
git-svn-id: trunk@49308 -
This commit is contained in:
parent
394fd2037a
commit
53674e387f
@ -1,6 +1,6 @@
|
||||
{
|
||||
This file is part of the Free Pascal run time library.
|
||||
Copyright (c) 2020 by Karoly Balogh
|
||||
Copyright (c) 2020-2021 by Karoly Balogh
|
||||
|
||||
Headers to QDOS OS functions used by the Sinclair QL RTL
|
||||
|
||||
@ -13,7 +13,6 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
{$i qdosh.inc}
|
||||
|
||||
procedure mt_frjob(jobID: Tjobid; exitCode: longint); external name '_mt_frjob';
|
||||
function mt_inf(sys_vars: ppchar; ver_ascii: plongint): Tjobid; external name '_mt_inf';
|
||||
|
@ -19,6 +19,7 @@ interface
|
||||
|
||||
implementation
|
||||
|
||||
{$i qdosh.inc}
|
||||
{$i qdosfuncs.inc}
|
||||
|
||||
var
|
||||
|
@ -53,6 +53,7 @@ uses
|
||||
{ Include platform independent implementation part }
|
||||
{$i sysutils.inc}
|
||||
|
||||
{$i qdosh.inc}
|
||||
{$i qdosfuncs.inc}
|
||||
{$i smsfuncs.inc}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user