瀏覽代碼

simplified calls to round

richarddobson 3 周之前
父節點
當前提交
d6cde08f74
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      dev/new/iterlinef.c

+ 2 - 3
dev/new/iterlinef.c

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