]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
oops
authorDale Weiler <killfieldengine@gmail.com>
Fri, 29 Nov 2013 18:18:50 +0000 (13:18 -0500)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 29 Nov 2013 18:18:50 +0000 (13:18 -0500)
gmqcc.h

diff --git a/gmqcc.h b/gmqcc.h
index aa6f99534efba3e218e3a48f39c4bff5de2b509c..4c1a881c503bc4007b43ffc9e887f93f63d31c75 100644 (file)
--- 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)