Browse Source

simplified calls to round

richarddobson 3 weeks ago
parent
commit
d6cde08f74
1 changed files with 2 additions and 3 deletions
  1. 2 3
      dev/new/iterlinef.c

+ 2 - 3
dev/new/iterlinef.c

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