diff --git a/gmqcc.h b/gmqcc.h index 6b5fddb..27597f4 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -56,8 +56,8 @@ # if __STDC_VERSION__ < 199901L && __GNUC__ < 3 typedef int _Bool # else - typedef _Bool bool; -# endif + typedef _Bool bool; +# endif # endif /* !__cplusplus */ /*