Browse Source

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

git-svn-id: branches/i8086@23865 -
nickysn 12 years ago
parent
commit
fd98de1fd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/msdos/system.pp

+ 1 - 1
rtl/msdos/system.pp

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