[PD-cvs] externals/zexy/src zexy.h,1.26,1.27

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Tue Oct 30 10:21:38 CET 2007


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

Modified Files:
	zexy.h 
Log Message:
added a macro for type-checking


Index: zexy.h
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/zexy.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** zexy.h	22 Oct 2007 10:18:48 -0000	1.26
--- zexy.h	30 Oct 2007 09:21:36 -0000	1.27
***************
*** 56,60 ****
  # define Z_SIMD_CHKBLOCKSIZE(n) (!(n&(Z_SIMD_BLOCK-1)))
  # define Z_SIMD_CHKALIGN(ptr) ( ((unsigned long)(ptr) & (Z_SIMD_BYTEALIGN-1)) == 0 )
- 
  #endif /* __SSE__ */
  
--- 56,59 ----
***************
*** 89,92 ****
--- 88,93 ----
  #define ZEXY_USEVAR(x) x=x
  
+ #define ZEXY_TYPE_EQUAL(type1, type2) (sizeof(type1) == sizeof(type2))
+ 
  typedef struct _mypdlist
  {





More information about the Pd-cvs mailing list