Skip to content

Commit

Permalink
xrCore/xrDebug_macros: Ported to XR_ASSUME.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed May 27, 2016
1 parent 817f2a7 commit 1bee8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrCore/xrDebug_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
#ifdef __BORLANDC__
#define NODEFAULT
#else
#define NODEFAULT __assume(0)
#define NODEFAULT XR_ASSUME(0)
#endif
#define VERIFY(expr) do {} while (false)
#define VERIFY2(expr, desc) do {} while (false)
Expand Down

0 comments on commit 1bee8ef

Please sign in to comment.