summary refs log tree commit diff
path: root/lisc/rega.c
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-08-21 14:22:08 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:32 -0400
commit13e04cd1debf1ad715b8849d320ec058c4c919ae (patch)
tree36ff519d7002ba6dc9821c7313d9a375236261d7 /lisc/rega.c
parentdd805c38b121ead74437f7b04de3bede86ec76e4 (diff)
downloadroux-13e04cd1debf1ad715b8849d320ec058c4c919ae.tar.gz
add helpful diagnostics
Diffstat (limited to 'lisc/rega.c')
-rw-r--r--lisc/rega.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisc/rega.c b/lisc/rega.c
index aa7fc2a..6340565 100644
--- a/lisc/rega.c
+++ b/lisc/rega.c
@@ -1,4 +1,8 @@
 #include "lisc.h"
+#ifdef TEST_PMOV
+	#undef assert
+	#define assert(x) assert_test(#x, x)
+#endif
 
 
 typedef struct RMap RMap;