A generic solution (cont'd) 1 #define RUBY_RETHROW(ex) \ 2 ruby_exc = ex; \ 3 goto ruby_exception;