Searched defs:check_condition (Results 1 – 2 of 2) sorted by relevance
119 #define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); } macro
122 #define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); } macro