From b992c007c186fddf31f67a7ed0bd5789cfb9b85e Mon Sep 17 00:00:00 2001 From: xHire Date: Sun, 24 May 2009 20:13:33 +0200 Subject: Rectified the coding style in base .h files --- src/base/bool.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/base/bool.h') diff --git a/src/base/bool.h b/src/base/bool.h index 7334348..76a3756 100644 --- a/src/base/bool.h +++ b/src/base/bool.h @@ -1,9 +1,10 @@ - #ifndef BOOL_H -# define BOOL_H -# define bool_t int -# define TRUE 1 -# define FALSE 0 +#define BOOL_H + +#include "main.h" + +#define bool_t int +#define TRUE 1 +#define FALSE 0 -# include "main.h" -#endif +#endif /* BOOL_H */ -- cgit v1.2.3