summaryrefslogtreecommitdiff
path: root/Lib/exception.i
diff options
context:
space:
mode:
authorMarcelo Matus <mmatus@acms.arizona.edu>2005-10-20 09:47:56 +0000
committerMarcelo Matus <mmatus@acms.arizona.edu>2005-10-20 09:47:56 +0000
commitba3efb09176587cdff2db4b06821a2bbae65d423 (patch)
tree3bd4867dca5c55664ec52cd23caf2209a898d410 /Lib/exception.i
parent733322c5391af70e6c7bbfd4160b3ed26e539088 (diff)
downloadswig-ba3efb09176587cdff2db4b06821a2bbae65d423.tar.gz
finishing the first stage of the typemap unification scheme, fixing issues with gcc and valgrind
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7692 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/exception.i')
-rw-r--r--Lib/exception.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/exception.i b/Lib/exception.i
index 877d6d28e..531b1a584 100644
--- a/Lib/exception.i
+++ b/Lib/exception.i
@@ -6,6 +6,8 @@
// This SWIG library file provides language independent exception handling
+%insert("runtime") "swigerrors.swg"
+
#ifdef SWIGPERL5
%{
#define SWIG_exception(a,b) SWIG_croak(b)