diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-28 18:08:13 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-28 18:08:13 +0200 |
| commit | 7c02d3b8f1e6ec4ee82bdf1220da431b1cd1231e (patch) | |
| tree | eea6effd759fdc9cd81f33b732979854eb226e39 /compat | |
| parent | fa07c1fd19e7fbd3b2757583708c4691c79025ed (diff) | |
serializer work
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/assert.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/assert.hpp b/compat/assert.hpp index a96b9e03..d63b30ff 100644 --- a/compat/assert.hpp +++ b/compat/assert.hpp @@ -54,9 +54,9 @@ namespace floormat { } while(false) #ifndef FM_NO_DEBUG -#define fm_assert_debug(...) fm_assert(__VA_ARGS__) +#define fm_debug_assert(...) fm_assert(__VA_ARGS__) #else -#define fm_assert_debug(...) void() +#define fm_debug_assert(...) void() #endif #define ASSERT_EXPR(var, expr, cond) \ |
