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:
parent
b3f0c0f60c
commit
f8c9bee335
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue