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