Browse Source

* fixed non-x86 compilation after r9333

git-svn-id: trunk@9335 -
Jonas Maebe 17 years ago
parent
commit
26930be303
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/options.pas

+ 2 - 0
compiler/options.pas

@@ -2141,7 +2141,9 @@ begin
   def_system_macro('FPC_STRTOCHARARRAYPROC');
   def_system_macro('FPC_NEW_BIGENDIAN_SETS');
   def_system_macro('FPC_STRTOSHORTSTRINGPROC');
+{$ifdef x86}
   def_system_macro('FPC_HAS_INTERNAL_ABS_LONG');
+{$endif}
 
 {$ifdef SUPPORT_UNALIGNED}
   def_system_macro('FPC_SUPPORTS_UNALIGNED');