Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23128
Modified Files: zexy.h Log Message: incorporated jamie's os-X magic for sqrtf
Index: zexy.h =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/zexy.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** zexy.h 16 Jun 2005 13:09:24 -0000 1.7 --- zexy.h 13 Jul 2005 08:01:45 -0000 1.8 *************** *** 56,61 ****
#ifdef __APPLE__ ! # define sqrtf sqrt ! #endif
typedef struct _mypdlist --- 56,64 ----
#ifdef __APPLE__ ! # include <AvailabilityMacros.h> ! # if defined (MAC_OS_X_VERSION_10_3) && MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_3 ! # define sqrtf sqrt ! # endif /* OSX-10.3 */ ! #endif /* APPLE */
typedef struct _mypdlist