From dce591bf377a8ab145fcb4a480f2682a1b986241 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 22 Aug 2006 00:54:41 +0000 Subject: added macro to test whether its been included or not svn path=/trunk/externals/creb/; revision=5702 --- modules/extlib_util.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules') diff --git a/modules/extlib_util.h b/modules/extlib_util.h index 3f92ab0..d1c563d 100644 --- a/modules/extlib_util.h +++ b/modules/extlib_util.h @@ -17,6 +17,9 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef CREB_EXTLIB_UTIL_H +#define CREB_EXTLIB_UTIL_H + #include #include "m_pd.h" @@ -42,3 +45,7 @@ typedef union //#define IS_DENORMAL(f) (((*(unsigned int *)&(f))&0x7f800000) == 0) #define IS_DENORMAL(f) (((((t_flint)(f)).i) & 0x7f800000) == 0) + + + +#endif /* CREB_EXTLIB_UTIL_H */ -- cgit v1.2.1