ソースを参照

simplified calls to round

richarddobson 2 週間 前
コミット
a4423af63a
1 ファイル変更2 行追加2 行削除
  1. 2 2
      dev/modify/radical.c

+ 2 - 2
dev/modify/radical.c

@@ -43,9 +43,9 @@
 #include <sfsys.h>
 #include <sfsys.h>
 #include <osbind.h>
 #include <osbind.h>
 
 
-#if defined unix || defined __GNUC__
+//#ifdef unix 
 #define round(x) lround((x))
 #define round(x) lround((x))
-#endif
+//#endif
 
 
 #ifndef HUGE
 #ifndef HUGE
 #define HUGE 3.40282347e+38F
 #define HUGE 3.40282347e+38F