From c70554786db3e32ce5601b11d29d25db08cb2b37 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 13 Dec 2007 05:28:54 +0000 Subject: - reorganized files to build easy with Pd-extended. - updated NT macro to _MSC_VER since those pragmas are for MSVC only - put each object's "fill" function into that object's .c file, - added i0.c to the end of kaiser~.c since that's the only one that needs it - added #define powf pow for _WIN32 and Mac OS X for gaussian~.c since those platforms don't have single precision pow() by default svn path=/trunk/externals/windowing/; revision=9092 --- mconf.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mconf.h') diff --git a/mconf.h b/mconf.h index 063158e..04c4278 100644 --- a/mconf.h +++ b/mconf.h @@ -99,11 +99,12 @@ Copyright 1984, 1987, 1989, 1995 by Stephen L. Moshier #define UNDERFLOW 4 /* underflow range error */ #define TLOSS 5 /* total loss of precision */ #define PLOSS 6 /* partial loss of precision */ -#endif +#endif #define EDOM 33 #define ERANGE 34 /* Complex numeral. */ +#if 0 typedef struct { double r; @@ -118,7 +119,7 @@ typedef struct long double i; } cmplxl; #endif - +#endif /* Type of computer arithmetic */ -- cgit v1.2.1