Эх сурвалжийг харах

simplified calls to round

richarddobson 3 долоо хоног өмнө
parent
commit
62b3f1c58a
1 өөрчлөгдсөн 5 нэмэгдсэн , 5 устгасан
  1. 5 5
      dev/modify/brapcon.c

+ 5 - 5
dev/modify/brapcon.c

@@ -21,9 +21,9 @@
     02111-1307 USA
  *
  */
-
-
-
+
+
+
 /* floatsam version*/
 #include <stdio.h>
 #include <stdlib.h>
@@ -39,9 +39,9 @@
 #include <sfsys.h>
 #include <osbind.h>
 
-#if defined unix || defined __GNUC__
+//#ifdef unix 
 #define round(x) lround((x))
-#endif
+//#endif
 
 #define SAFETY   ((long)4096)
 #define OSAFETY  ((long)256)