diff options
author | musil <tmusil@users.sourceforge.net> | 2007-10-24 15:57:05 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2007-10-24 15:57:05 +0000 |
commit | c656a4ffdd98eb870916e2adcb9d74fc4b592043 (patch) | |
tree | 88524d3c419f9d15121cd22dccce0b71b34c0ebb /iemlib1/src | |
parent | 2f146dfb942fb1cc551e73c18475f26289c69c67 (diff) |
union tabfudge_d instead tabfudge
svn path=/trunk/externals/iemlib/; revision=8873
Diffstat (limited to 'iemlib1/src')
-rw-r--r-- | iemlib1/src/iem_cot4~.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iemlib1/src/iem_cot4~.c b/iemlib1/src/iem_cot4~.c index b4f7d52..c4e5dc7 100644 --- a/iemlib1/src/iem_cot4~.c +++ b/iemlib1/src/iem_cot4~.c @@ -36,7 +36,7 @@ static t_int *iem_cot4_tilde_perform(t_int *w) double dphase; int normhipart; int32 mytfi; - union tabfudge tf; + union tabfudge_d tf; tf.tf_d = UNITBIT32; normhipart = tf.tf_i[HIOFFSET]; @@ -128,7 +128,7 @@ static void iem_cot4_tilde_maketable(void) { int i; t_float *fp, phase, fff, phsinc = 0.5*3.141592653 / ((t_float)COSTABSIZE); - union tabfudge tf; + union tabfudge_d tf; if(!iem_cot4_tilde_table_sin) { |