mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-21 10:51:10 +00:00
oops
This commit is contained in:
parent
4583cb8280
commit
ea801acdb8
1 changed files with 5 additions and 0 deletions
5
gmqcc.h
5
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)
|
||||
|
|
Loading…
Reference in a new issue