From ea801acdb8c281ece37d0fbd9527753c0db41df5 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Fri, 29 Nov 2013 13:18:50 -0500 Subject: [PATCH 1/1] oops --- gmqcc.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gmqcc.h b/gmqcc.h index aa6f995..4c1a881 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -88,6 +88,11 @@ GMQCC_IND_STRING(GMQCC_VERSION_PATCH) \ # define GMQCC_FORCEINLINE __forceinline # define GMQCC_INLINE __inline # define GMQCC_RESTRICT __restrict +# else +# define GMQCC_NORETURN +# define GMQCC_FORCEINLINE +# define GMQCC_INLINE +# define GMQCC_RESTRICT # endif # define GMQCC_LIKELY(X) (X) # define GMQCC_UNLIKELY(X) (X) -- 2.39.2