From dc04d91bb5c07b25601d11eabb6423f5ed8d7847 Mon Sep 17 00:00:00 2001 From: Logan Johnson Date: Fri, 7 Mar 2003 18:37:04 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4469 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/ruby/ruby.swg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Lib/ruby/ruby.swg b/Lib/ruby/ruby.swg index d53e4c4c7..ef10f4921 100644 --- a/Lib/ruby/ruby.swg +++ b/Lib/ruby/ruby.swg @@ -7,6 +7,9 @@ %runtime "rubyhead.swg" %runtime "common.swg" +/* Exception handling in wrappers */ +#define SWIG_fail goto fail + #ifdef SWIG_NOINCLUDE %runtime "rubydec.swg" #else