Jelajahi Sumber

simplified calls to round

richarddobson 3 bulan lalu
induk
melakukan
f4fc387c20
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      dev/standalone/envnu.c

+ 2 - 2
dev/standalone/envnu.c

@@ -44,9 +44,9 @@
 #include <string.h>
 #include <srates.h>
 
-#if defined unix || defined __GNUC__
+ //#ifdef unix
 #define round(x) lround((x))
-#endif
+//#endif
 #ifndef HUGE
 #define HUGE 3.40282347e+38F
 #endif