mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:19:25 +02:00
* __stkbottom, __nearheap_start and __nearheap_end moved to the implementation
part of the system unit for i8086-msdos git-svn-id: trunk@25862 -
This commit is contained in:
parent
714ca3a61d
commit
28c16f31e6
@ -62,9 +62,6 @@ var
|
||||
dos_argv0 : pchar; //!! public name 'dos_argv0';
|
||||
|
||||
dos_psp:Word;public name 'dos_psp';
|
||||
__stkbottom : pointer;public name '__stkbottom';
|
||||
__nearheap_start: pointer;public name '__nearheap_start';
|
||||
__nearheap_end: pointer;public name '__nearheap_end';
|
||||
|
||||
AllFilesMask: string [3];
|
||||
{$ifndef RTLLITE}
|
||||
@ -98,6 +95,9 @@ type
|
||||
PFarWord = ^Word;far;
|
||||
|
||||
var
|
||||
__stkbottom : pointer;public name '__stkbottom';
|
||||
__nearheap_start: pointer;public name '__nearheap_start';
|
||||
__nearheap_end: pointer;public name '__nearheap_end';
|
||||
dos_version:Word;public name 'dos_version';
|
||||
|
||||
{$I registers.inc}
|
||||
|
Loading…
Reference in New Issue
Block a user