diff options
author | musil <tmusil@users.sourceforge.net> | 2012-09-11 12:28:40 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2012-09-11 12:28:40 +0000 |
commit | 4be14226299f72430be984f9b978cf9a0934888c (patch) | |
tree | fb2f39277c9e89385ccf1bb08f10d3a866ca4395 /iemlib1 | |
parent | 315cd057c7ee19e06d10dd9b64c10896c04b4bf5 (diff) |
now with )
svn path=/trunk/externals/iemlib/; revision=16216
Diffstat (limited to 'iemlib1')
-rw-r--r-- | iemlib1/src/iemlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iemlib1/src/iemlib.h b/iemlib1/src/iemlib.h index a4c0e12..b2718fa 100644 --- a/iemlib1/src/iemlib.h +++ b/iemlib1/src/iemlib.h @@ -100,7 +100,7 @@ union tabfudge_f #endif /* on 64bit systems we cannot use garray_getfloatarray... */ -#if ((defined PD_MAJOR_VERSION && defined PD_MINOR_VERSION) && (PD_MAJOR_VERSION > 0 || PD_MINOR_VERSION > 40) +#if ((defined PD_MAJOR_VERSION && defined PD_MINOR_VERSION) && (PD_MAJOR_VERSION > 0 || PD_MINOR_VERSION > 40)) # define iemarray_t t_word # define iemarray_getarray garray_getfloatwords # define iemarray_getfloat(pointer, index) (pointer[index].w_float) |