From 4a83a80c044c9613bd50a63dd9ac5a97e2c028b5 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Tue, 15 Aug 2006 15:11:52 +0000 Subject: creb 0.9.2 import svn path=/trunk/externals/creb/; revision=5607 --- modules/extlib_util.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/extlib_util.h') diff --git a/modules/extlib_util.h b/modules/extlib_util.h index e6c074b..3f92ab0 100644 --- a/modules/extlib_util.h +++ b/modules/extlib_util.h @@ -17,9 +17,6 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef CREB_EXTLIB_UTIL_H -#define CREB_EXTLIB_UTIL_H - #include #include "m_pd.h" @@ -45,6 +42,3 @@ 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