Parcourir la source

simplified calls to round

richarddobson il y a 3 semaines
Parent
commit
521c7fd0f6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      dev/strange/strange.c

+ 2 - 2
dev/strange/strange.c

@@ -42,9 +42,9 @@
 #include <string.h>
 #include <strange.h>
 
-#ifdef unix
+//#ifdef unix
 #define round(x) lround((x))
-#endif
+//#endif
 
 #define	RATIO_LIMIT 			 (20.0)	   /* Max ratio actual chanamp allowed to exceed
 											  formant derived amp for frq */