Merge: interpreter use the catch from the compiler
authorJean Privat <jean@pryen.org>
Tue, 26 Apr 2016 00:20:50 +0000 (20:20 -0400)
committerJean Privat <jean@pryen.org>
Tue, 26 Apr 2016 00:20:50 +0000 (20:20 -0400)
Previous PR #2011 introduced the `do ... catch ... end` bloc in the interpreter and the compiler.

This one makes it so the interpreter is using the mecanism (longjmp) from the compiler

Pull-Request: #2036
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>


Trivial merge