瀏覽代碼

simplify calls to round

richarddobson 1 月之前
父節點
當前提交
5b19cdcc9e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      dev/tabedit/vectors.c

+ 2 - 2
dev/tabedit/vectors.c

@@ -41,9 +41,9 @@
 #define ENDOFSTR        '\0'
 #define ENDOFSTR        '\0'
 
 
 #include <sfsys.h>
 #include <sfsys.h>
-#ifdef unix
+//#ifdef unix
 #define round lround
 #define round lround
-#endif
+//#endif
 
 
 
 
 int     strgetfloat(char **,double  *);
 int     strgetfloat(char **,double  *);