Преглед на файлове

simplified calls to round

richarddobson преди 2 седмици
родител
ревизия
2ac6534f3b
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      dev/houskeep/clean.c

+ 2 - 2
dev/houskeep/clean.c

@@ -44,9 +44,9 @@
 #include <string.h>
 #include <string.h>
 #include <srates.h>
 #include <srates.h>
 
 
-#ifdef unix
+//#ifdef unix 
 #define round(x) lround((x))
 #define round(x) lround((x))
-#endif
+//#endif
 
 
 /* RWD keep this? */
 /* RWD keep this? */
 #define SAMPLE_T float
 #define SAMPLE_T float