Forráskód Böngészése

simplified calls to round

richarddobson 2 hete
szülő
commit
5e27f74bd1
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      dev/editsf/ap_edit.c

+ 2 - 2
dev/editsf/ap_edit.c

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