Browse Source

simplified calls to round

richarddobson 2 weeks ago
parent
commit
fe427b55a1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/editsf/cut.c

+ 2 - 2
dev/editsf/cut.c

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