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