* don't define FPC_INITIALIZEUNITS twice, when FULL_RTL is defined

git-svn-id: branches/i8086@23865 -
This commit is contained in:
nickysn 2013-03-16 14:01:40 +00:00
parent 88fe359644
commit fd98de1fd2

View File

@ -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