Browse Source

simplified calls to round

richarddobson 2 weeks ago
parent
commit
0fee8800a8
1 changed files with 3 additions and 1 deletions
  1. 3 1
      dev/extend/iterate.c

+ 3 - 1
dev/extend/iterate.c

@@ -40,7 +40,9 @@
 #include <osbind.h>
 #include <limits.h>
 
-
+//#ifdef unix
+#define round(x) lround((x))
+//#endif
 
 static int  read_the_input_snd(dataptr dz);
 static int  new_read_the_input_snd(int samplen,int wrap,dataptr dz);