[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] Re: patches for trunk



DAMN IT!
 this is it.

Josh


#if ( __SIZEOF_POINTER__ == 4 ) || defined(__i386__) || defined(__ppc__)
#include "PyrSlot32.h"
#elif ( __SIZEOF_POINTER__ == 8 ) || defined(__x86_64__)
#include "PyrSlot64.h"
#else
#error "no PyrSlot imlementation for this platform"
#endif


On Nov 23, 2009, at 10:47 AM, Josh Parmenter wrote:

> #if ( __SIZEOF_POINTER__ == 4 ) || defined(__i386__) || defined(__ppc__)
> #include "PyrSlot32.h"
> #elif ( __SIZEOF_POINTER__ == 8 ) || (definded(__x86_64__)
> #include "PyrSlot64.h"
> #else
> #error "no PyrSlot imlementation for this platform"
> #endif

******************************************
/* Joshua D. Parmenter
http://www.realizedsound.net/josh/

“Every composer – at all times and in all cases – gives his own interpretation of how modern society is structured: whether actively or passively, consciously or unconsciously, he makes choices in this regard. He may be conservative or he may subject himself to continual renewal; or he may strive for a revolutionary, historical or social palingenesis." - Luigi Nono
*/


_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/