*accepted non parameter RAISE statement.

This commit is contained in:
paladin-t 2016-02-22 16:27:48 +08:00
parent 93bd345af0
commit 074416b2e2

View File

@ -1224,7 +1224,9 @@ static int raise(struct mb_interpreter_t* s, void** l) {
mb_check(mb_attempt_open_bracket(s, l));
mb_check(mb_pop_int(s, l, &err));
if(mb_has_arg(s, l)) {
mb_check(mb_pop_int(s, l, &err));
}
mb_check(mb_attempt_close_bracket(s, l));