Explorar el Código

* avoid redefinition of source OS

git-svn-id: trunk@6062 -
pierre hace 18 años
padre
commit
903d6db366
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      compiler/systems/i_symbian.pas

+ 4 - 0
compiler/systems/i_symbian.pas

@@ -93,10 +93,14 @@ implementation
 initialization
 
 {$ifdef CPU86}
+  {$ifdef Symbian}
   set_source_info(system_i386_symbian_info);
+  {$endif Symbian}
 {$endif CPU86}
 
 {$ifdef CPUARM}
+  {$ifdef Symbian}
   set_source_info(system_arm_symbian_info);
+  {$endif Symbian}
 {$endif CPUARM}
 end.