add helpful diagnostics
This commit is contained in:
parent
dd805c38b1
commit
13e04cd1de
2 changed files with 44 additions and 3 deletions
|
@ -1,4 +1,8 @@
|
|||
#include "lisc.h"
|
||||
#ifdef TEST_PMOV
|
||||
#undef assert
|
||||
#define assert(x) assert_test(#x, x)
|
||||
#endif
|
||||
|
||||
|
||||
typedef struct RMap RMap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue