ossp-pkg/act/act_p.h.in 1.5 -> 1.6
--- act_p.h.in 2002/01/02 17:05:53 1.5
+++ act_p.h.in 2002/01/18 17:30:05 1.6
@@ -58,6 +58,9 @@
#define insist(expr,false) if (!(expr)) return false
+#define act_insist(expr,false) if (!(expr)) return false
+#define act_argcheck(expr) if (!(expr)) return ACT_ERR_ARG
+
/* compiler happyness: avoid ``empty compilation unit'' problem */
#define COMPILER_HAPPYNESS(name) \
int __##name##_unit = 0;
|
|