瀏覽代碼

simplified calls to round

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

+ 2 - 2
dev/editsf/cut.c

@@ -47,9 +47,9 @@
 
 #include <osbind.h>
 
-#ifdef unix
+//#ifdef unix
 #define round(x) lround((x))
-#endif
+//#endif
 
 #define UPSLOPE     (0)
 #define DOWNSLOPE   (1)