171bddef0a
this way the mapping between hashcodes and hash definitions isn't needed also it simplfies handling, testing and allows to return error with the hash code
6 lines
152 B
C
6 lines
152 B
C
#ifndef MH_ASSERT
|
|
#define MH_ASSERT
|
|
|
|
#define mh_assert_static(isTrue) void mh_assert_static(char x[1 - (!(isTrue))])
|
|
|
|
#endif /* end of include guard */
|