aboutsummaryrefslogtreecommitdiff
path: root/src/iemlib.h
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2012-09-11 12:34:14 +0000
committermusil <tmusil@users.sourceforge.net>2012-09-11 12:34:14 +0000
commit9c29fd3c088d3ecfa76d1a4b90646b1b9f8ebe41 (patch)
tree3f6c5e509cbd1bd4bd4cc53b168959c5e61e85e8 /src/iemlib.h
parentff73730726073305f4977b611e8d0854add66256 (diff)
now with )
svn path=/trunk/externals/iem/iem_bin_ambi/; revision=16223
Diffstat (limited to 'src/iemlib.h')
-rw-r--r--src/iemlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iemlib.h b/src/iemlib.h
index a4c0e12..b2718fa 100644
--- a/src/iemlib.h
+++ b/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)