Browse Source

simplified calls to round

richarddobson 2 weeks ago
parent
commit
5e27f74bd1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/editsf/ap_edit.c

+ 2 - 2
dev/editsf/ap_edit.c

@@ -52,9 +52,9 @@
 
 
 #include <srates.h>
 #include <srates.h>
 
 
-#ifdef unix
+//#ifdef unix
 #define round(x) lround((x))
 #define round(x) lround((x))
-#endif
+//#endif
 
 
 int randcuts_pconsistency(dataptr dz);
 int randcuts_pconsistency(dataptr dz);
 int syllabs_pconsistency(dataptr dz);
 int syllabs_pconsistency(dataptr dz);