소스 검색

simplified calls to round

richarddobson 3 주 전
부모
커밋
e7ad84647a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      dev/standalone/texprepromch.c

+ 2 - 2
dev/standalone/texprepromch.c

@@ -41,9 +41,9 @@
 #include <cdpmain.h>
 #include <cdpmain.h>
 #include <standalone.h>
 #include <standalone.h>
 
 
-#if defined unix || defined __GNUC__
+//#ifdef unix 
 #define round(x) lround((x))
 #define round(x) lround((x))
-#endif
+//#endif
 #ifndef HUGE
 #ifndef HUGE
 #define HUGE 3.40282347e+38F
 #define HUGE 3.40282347e+38F
 #endif
 #endif