Browse Source

simplify calls to round

richarddobson 1 month ago
parent
commit
5b19cdcc9e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/tabedit/vectors.c

+ 2 - 2
dev/tabedit/vectors.c

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