*updated my_basic.c

This commit is contained in:
Wang Renxin 2015-09-22 12:52:13 +08:00
parent 0b6955a1af
commit ca07414c24

View File

@ -4783,7 +4783,6 @@ int mb_get_var(struct mb_interpreter_t* s, void** l, void** v) {
*v = obj;
}
_exit:
*l = ast;
return result;