From 4bcaa971b9d3493a4854dd49ec39bdd3701b359f Mon Sep 17 00:00:00 2001 From: musil Date: Tue, 11 Sep 2012 12:33:43 +0000 Subject: now with ) svn path=/trunk/externals/iem/iem_roomsim/; revision=16221 --- src/iemlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iemlib.h') 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) -- cgit v1.2.1