diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/zexy.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ static void zexy_register(char*object){object=0;} # define z_verbose #endif -#if (defined __x86_64__) && (defined PD_MAJOR_VERSION && defined PD_MINOR_VERSION) && (PD_MAJOR_VERSION > 0 || PD_MINOR_VERSION > 41) +#if (defined __x86_64__) && (defined PD_MAJOR_VERSION && defined PD_MINOR_VERSION) && (PD_MAJOR_VERSION > 0 || PD_MINOR_VERSION >= 41) # define zarray_t t_word # define zarray_getarray garray_getfloatwords # define zarray_getfloat(pointer, index) (pointer[index].w_float) |