summaryrefslogtreecommitdiff
path: root/src/include/mf-ug-dlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/mf-ug-dlog.h')
-rw-r--r--src/include/mf-ug-dlog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/mf-ug-dlog.h b/src/include/mf-ug-dlog.h
index 5459f1f..127db45 100644
--- a/src/include/mf-ug-dlog.h
+++ b/src/include/mf-ug-dlog.h
@@ -82,5 +82,6 @@
} \
} while (0)
+#define MF_CHECK(expr) ug_mf_retm_if(!(expr),"INVALID PARAM RETURN")
#endif