Update of /cvsroot/pure-data/externals/markex In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24446
Modified Files: randomF.c tripleRand.c Log Message: replaced manual MACOSX macro with automatic __APPLE__
Index: tripleRand.c =================================================================== RCS file: /cvsroot/pure-data/externals/markex/tripleRand.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tripleRand.c 20 Oct 2003 03:35:33 -0000 1.3 --- tripleRand.c 30 Sep 2006 15:56:17 -0000 1.4 *************** *** 8,12 **** #include <stdlib.h>
! #ifndef MACOSX #include <math.h> #endif --- 8,12 ---- #include <stdlib.h>
! #ifndef __APPLE__ #include <math.h> #endif
Index: randomF.c =================================================================== RCS file: /cvsroot/pure-data/externals/markex/randomF.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** randomF.c 20 Oct 2003 03:35:32 -0000 1.3 --- randomF.c 30 Sep 2006 15:56:17 -0000 1.4 *************** *** 8,12 **** #include <stdlib.h>
! #ifndef MACOSX #include <math.h> #endif --- 8,12 ---- #include <stdlib.h>
! #ifndef __APPLE__ #include <math.h> #endif