add helpful diagnostics

This commit is contained in:
Quentin Carbonneaux 2015-08-21 14:22:08 -04:00
parent dd805c38b1
commit 13e04cd1de
2 changed files with 44 additions and 3 deletions

View file

@ -1,4 +1,8 @@
#include "lisc.h"
#ifdef TEST_PMOV
#undef assert
#define assert(x) assert_test(#x, x)
#endif
typedef struct RMap RMap;