mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 02:32:51 +02:00
* don't define FPC_INITIALIZEUNITS twice, when FULL_RTL is defined
git-svn-id: branches/i8086@23865 -
This commit is contained in:
parent
88fe359644
commit
fd98de1fd2
@ -73,11 +73,11 @@ implementation
|
||||
{$I system.inc}
|
||||
{$endif FULL_RTL}
|
||||
|
||||
{$ifndef FULL_RTL}
|
||||
procedure fpc_Initialize_Units;[public,alias:'FPC_INITIALIZEUNITS']; compilerproc;
|
||||
begin
|
||||
end;
|
||||
|
||||
{$ifndef FULL_RTL}
|
||||
procedure do_exit;[Public,Alias:'FPC_DO_EXIT'];
|
||||
begin
|
||||
asm
|
||||
|
Loading…
Reference in New Issue
Block a user