From ecc0dbab411d6f1f741dd19d0bc593ecc36a4941 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 23 Sep 2012 16:24:39 +0300 Subject: fix code style. --- src/localconsts.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/localconsts.h') diff --git a/src/localconsts.h b/src/localconsts.h index f9cf19a9c..02815d521 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -30,14 +30,13 @@ #ifdef __GNUC__ #define A_UNUSED __attribute__ ((unused)) -# ifdef __clang__ -# define gnu_printf printf -# endif #else #define A_UNUSED #define gnu_printf printf #endif - +#ifdef __clang__ +#define gnu_printf printf +#endif //#define DEBUG_CONFIG 1 //#define DEBUG_BIND_TEXTURE 1 -- cgit v1.2.3-60-g2f50