Browse Source

simplified calls to round

richarddobson 3 weeks ago
parent
commit
8b69f1ff44
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/submix/mixprepro.c

+ 2 - 2
dev/submix/mixprepro.c

@@ -36,9 +36,9 @@
 #include <mix.h>
 #include <sfsys.h>
 
-#ifdef unix
+//#ifdef unix
 #define round(x) lround((x))
-#endif
+//#endif
 
 static int  do_refill_acts(dataptr dz);
 static void sort_actions(dataptr dz);