Browse Source

simplified calls to round

richarddobson 3 weeks ago
parent
commit
042d7ecc4b
1 changed files with 2 additions and 2 deletions
  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";