check_condition
static void check_condition(struct expression *expr)
#define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); }