From 0c6ac2f761a2a8ddcde91a1afc80eeadfe2f0bc1 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Fri, 25 Aug 2006 22:38:42 +0000 Subject: creb: removed garbage system/ and include/ files svn path=/trunk/externals/creb/; revision=5742 --- modules/extlib_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/extlib_util.h') diff --git a/modules/extlib_util.h b/modules/extlib_util.h index d1c563d..ea292be 100644 --- a/modules/extlib_util.h +++ b/modules/extlib_util.h @@ -17,7 +17,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef CREB_EXTLIB_UTIL_H +#ifndef CREB_EXTLIB_UTIL_H #define CREB_EXTLIB_UTIL_H #include @@ -47,5 +47,5 @@ typedef union #define IS_DENORMAL(f) (((((t_flint)(f)).i) & 0x7f800000) == 0) - #endif /* CREB_EXTLIB_UTIL_H */ + -- cgit v1.2.1