diff options
author | musil <tmusil@users.sourceforge.net> | 2012-09-11 12:35:08 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2012-09-11 12:35:08 +0000 |
commit | 6ddf699d5c143bbad9e033e812433ffdae8ad4b6 (patch) | |
tree | 399692e5b3ee6ef02aad20b3ae002949d7b3d231 | |
parent | 9df00cd515c5e7c64ab691ebf6f7104b98304f00 (diff) |
now with )
svn path=/trunk/externals/iem/iem_tab/; revision=16226
-rw-r--r-- | src/iemlib.h | 2 |
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) |