add missing SWIG_fail

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7756 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-10-31 09:40:51 +00:00
commit f8c9bee335

View file

@ -79,7 +79,8 @@
/* raise exception */
%define %raise(obj, type, desc)
sv_setsv(perl_get_sv("@", TRUE), obj);
croak(Nullch) %enddef
croak(Nullch);
SWIG_fail %enddef
/* Include the unified typemap library */
%include <typemaps/swigtypemaps.swg>