瀏覽代碼

simplified calls to round

richarddobson 3 周之前
父節點
當前提交
042d7ecc4b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      dev/new/newmorph.c

+ 2 - 2
dev/new/newmorph.c

@@ -50,9 +50,9 @@
 // #include <modeno.h>
  #include <ctype.h>
 
-#ifdef unix
+//#ifdef unix
 #define round(x) lround((x))
-#endif
+//#endif
 
 char errstr[2400];
 const char* cdp_version = "7.1.0";