|
@@ -54,13 +54,10 @@
|
|
|
/*RWD April 2004*/
|
|
/*RWD April 2004*/
|
|
|
#include <filtcon.h>
|
|
#include <filtcon.h>
|
|
|
|
|
|
|
|
-#ifndef cdp_round
|
|
|
|
|
-extern int cdp_round(double a);
|
|
|
|
|
-#endif
|
|
|
|
|
|
|
|
|
|
-#if defined unix || defined __GNUC__
|
|
|
|
|
|
|
+//#ifdef unix
|
|
|
#define round(x) lround((x))
|
|
#define round(x) lround((x))
|
|
|
-#endif
|
|
|
|
|
|
|
+//#endif
|
|
|
|
|
|
|
|
/********************************************************************************************/
|
|
/********************************************************************************************/
|
|
|
/********************************** FORMERLY IN buffers.c ***********************************/
|
|
/********************************** FORMERLY IN buffers.c ***********************************/
|