Browse Source

simplified calls to round

richarddobson 2 weeks ago
parent
commit
318927a043
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dev/hilite/hilite.c

+ 2 - 2
dev/hilite/hilite.c

@@ -45,9 +45,9 @@
 //TW UPDATE
 //TW UPDATE
 #include <vowels.h>
 #include <vowels.h>
 
 
-#if defined unix || defined __GNUC__
+//#ifdef unix 
 #define round(x) lround((x))
 #define round(x) lround((x))
-#endif
+//#endif
 
 
 static int  do_filtering(double frq_limit,double hifrq_limit,dataptr dz);
 static int  do_filtering(double frq_limit,double hifrq_limit,dataptr dz);
 static int  below_limitfrq_and_zeroed(int vc,double loskirt,dataptr dz);
 static int  below_limitfrq_and_zeroed(int vc,double loskirt,dataptr dz);