Browse Source

simplified calls to round

richarddobson 3 weeks ago
parent
commit
6e25a24390
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/new/iterline.c

+ 2 - 2
dev/new/iterline.c

@@ -47,9 +47,9 @@
 #include <extdcon.h>
 
 
-#ifdef unix
+//#ifdef unix
 #define round(x) lround((x))
-#endif
+//#endif
 
 char errstr[2400];