aboutsummaryrefslogtreecommitdiff
path: root/mconf.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-12-13 05:28:54 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-12-13 05:28:54 +0000
commitc70554786db3e32ce5601b11d29d25db08cb2b37 (patch)
tree9ef0d1b4f7a54797ae8b8198910ab08c4858326d /mconf.h
parent1979f4b826560ec32ebb77c3c2c0e8506498b162 (diff)
- 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
Diffstat (limited to 'mconf.h')
-rw-r--r--mconf.h5
1 files changed, 3 insertions, 2 deletions
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 */