[PD-cvs] externals/iemlib/iem_t3_lib/src iemlib.h,1.1,1.1.2.1

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Dec 29 04:51:53 CET 2006


Update of /cvsroot/pure-data/externals/iemlib/iem_t3_lib/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6834/iemlib/iem_t3_lib/src

Modified Files:
      Tag: branch-v0-39-2-extended
	iemlib.h 
Log Message:

checked in Thomas Grill's Mac/Intel fixes, patches 1604133, 1604134, 1604140,
and 1604142


Index: iemlib.h
===================================================================
RCS file: /cvsroot/pure-data/externals/iemlib/iem_t3_lib/src/iemlib.h,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** iemlib.h	9 Dec 2006 01:57:24 -0000	1.1
--- iemlib.h	29 Dec 2006 03:51:51 -0000	1.1.2.1
***************
*** 81,86 ****
--- 81,91 ----
  #else
  #ifdef __APPLE__
+ #ifdef __BIG_ENDIAN__
  #define HIOFFSET 0    /* word offset to find MSB */
  #define LOWOFFSET 1    /* word offset to find LSB */
+ #else
+ #define HIOFFSET 1    /* word offset to find MSB */
+ #define LOWOFFSET 0    /* word offset to find LSB */
+ #endif
  #define int32 int  /* a data type that has 32 bits */
  





More information about the Pd-cvs mailing list