Преглед на файлове

* fixed compilation on Solaris after r20815

git-svn-id: trunk@21014 -
Jonas Maebe преди 13 години
родител
ревизия
05f9edbd08
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      rtl/inc/cgenmath.inc

+ 2 - 3
rtl/inc/cgenmath.inc

@@ -18,9 +18,6 @@
 { precision and we need extended precision if supported  }
 {$ifndef FPC_HAS_TYPE_EXTENDED}
 
-{$ifndef SOLARIS}
-
-
 {$ifdef aix}
     { aix math library routines don't raise exceptions, you have to manually
       check for them }
@@ -81,6 +78,8 @@
 {$endif aix}
 
 
+{$ifndef SOLARIS}
+
 {$ifndef FPC_SYSTEM_HAS_INT}
 {$define FPC_SYSTEM_HAS_INT}