Przeglądaj źródła

simplified calls to round

richarddobson 2 tygodni temu
rodzic
commit
bf69d0ad21
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      dev/env/ap_envel.c

+ 2 - 2
dev/env/ap_envel.c

@@ -51,9 +51,9 @@
 
 #include <srates.h>
 
-#if defined unix || defined __GNUC__
+//#ifdef unix
 #define round(x) lround((x))
-#endif
+//#endif
 /********************************************************************************************/
 /********************************** FORMERLY IN buffers.c ***********************************/
 /********************************************************************************************/