Prechádzať zdrojové kódy

simplified calls to round

richarddobson 2 týždňov pred
rodič
commit
0fee8800a8
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  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);