diff --git a/core/error/error_macros.h b/core/error/error_macros.h index 061fdf9e7..02d13b40d 100644 --- a/core/error/error_macros.h +++ b/core/error/error_macros.h @@ -1,5 +1,6 @@ #ifndef ERROR_MACROS_H #define ERROR_MACROS_H + /*************************************************************************/ /* error_macros.h */ /*************************************************************************/ @@ -517,8 +518,6 @@ void _err_flush_stdout(); } else \ ((void)0) -#endif - /** * This should be a 'free' assert for program flow and should not be needed in any releases, * only used in dev builds. @@ -558,3 +557,5 @@ void _err_flush_stdout(); #else #define DEV_CHECK_ONCE(m_cond) #endif + +#endif