Update of /cvsroot/pure-data/externals/moonlib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27511
Modified Files: ssaw~.c Log Message: cleaned up OS macros
Index: ssaw~.c =================================================================== RCS file: /cvsroot/pure-data/externals/moonlib/ssaw~.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ssaw~.c 9 Jul 2007 20:45:58 -0000 1.1.1.1 --- ssaw~.c 11 Jul 2007 16:56:29 -0000 1.2 *************** *** 73,82 ****
#else ! #ifdef MACOSX #define HIOFFSET 0 /* word offset to find MSB */ #define LOWOFFSET 1 /* word offset to find LSB */ #define int32 int /* a data type that has 32 bits */
! #endif /* MACOSX */ #endif /* __linux__ */ #endif /* MSW */ --- 73,82 ----
#else ! #ifdef __APPLE__ #define HIOFFSET 0 /* word offset to find MSB */ #define LOWOFFSET 1 /* word offset to find LSB */ #define int32 int /* a data type that has 32 bits */
! #endif /* __APPLE__ */ #endif /* __linux__ */ #endif /* MSW */