瀏覽代碼

simplified calls to round

richarddobson 2 周之前
父節點
當前提交
bf69d0ad21
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 ***********************************/
 /********************************************************************************************/