Browse Source

simplify calls to round()

richarddobson 4 months ago
parent
commit
2c67ba7230
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/cdp2k/tklib3.c

+ 2 - 2
dev/cdp2k/tklib3.c

@@ -56,9 +56,9 @@
 #include <srates.h>
 #include <vowels.h>
 
-#ifdef unix
+//#ifdef unix
 #define round(x) lround((x))
-#endif
+//#endif
 
 /******************************************************************************/
 /************************* FORMERLY IN procspec.c *****************************/