浏览代码

- disabled llround, not present under Mac OS X 10.1

Jonas Maebe 21 年之前
父节点
当前提交
9b5904d230
共有 1 个文件被更改,包括 8 次插入2 次删除
  1. 8 2
      rtl/inc/cgenmath.inc

+ 8 - 2
rtl/inc/cgenmath.inc

@@ -101,6 +101,9 @@
     end;
 {$endif}
 
+(*
+
+Not supported on Mac OS X 10.1
 
 {$ifndef FPC_SYSTEM_HAS_ROUND}
 {$define FPC_SYSTEM_HAS_ROUND}
@@ -121,7 +124,7 @@
     end;
 {$endif hascompilerproc}
 {$endif}
-
+*)
 
 
 {$ifndef FPC_SYSTEM_HAS_LN}
@@ -174,7 +177,10 @@
 
 {
   $Log$
-  Revision 1.1  2004-10-09 21:00:46  jonas
+  Revision 1.2  2004-10-12 07:08:33  jonas
+    - disabled llround, not present under Mac OS X 10.1
+
+  Revision 1.1  2004/10/09 21:00:46  jonas
     + cgenmath with libc math functions. Faster than the routines in genmath
       and also have full double support (exp() only has support for values in
       the single range in genmath, for example). Used in FPC_USE_LIBC is