use internal SWIG_exception_fail, let SWIG_exception as in 1.3.27

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8434 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-14 21:23:36 +00:00
commit 507a8184cc
10 changed files with 40 additions and 21 deletions

View file

@ -67,7 +67,7 @@
*/
#ifndef %attribute_exception
#define %attribute_exception(code,msg) SWIG_exception(code,msg)
#define %attribute_exception(code,msg) SWIG_exception_fail(code,msg)
#endif
//