[PD-cvs] externals/creb/modules extlib_util.h,1.2,1.3

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Aug 22 02:54:43 CEST 2006


Update of /cvsroot/pure-data/externals/creb/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13145

Modified Files:
	extlib_util.h 
Log Message:
added macro to test whether its been included or not

Index: extlib_util.h
===================================================================
RCS file: /cvsroot/pure-data/externals/creb/modules/extlib_util.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** extlib_util.h	15 Aug 2006 15:11:52 -0000	1.2
--- extlib_util.h	22 Aug 2006 00:54:41 -0000	1.3
***************
*** 18,21 ****
--- 18,24 ----
   */
  
+ #ifndef CREB_EXTLIB_UTIL_H 	 
+ #define CREB_EXTLIB_UTIL_H
+ 
  #include <math.h>
  #include "m_pd.h"
***************
*** 43,44 ****
--- 46,51 ----
  
  #define IS_DENORMAL(f) (((((t_flint)(f)).i) & 0x7f800000) == 0)
+ 
+ 
+ 
+ #endif /* CREB_EXTLIB_UTIL_H */





More information about the Pd-cvs mailing list