summaryrefslogtreecommitdiff
path: root/Lib/exception.i
diff options
context:
space:
mode:
authorMarcelo Matus <mmatus@acms.arizona.edu>2006-01-28 17:35:22 +0000
committerMarcelo Matus <mmatus@acms.arizona.edu>2006-01-28 17:35:22 +0000
commit1122c39ec418f87eb5bfc055dc488253452154c7 (patch)
tree537fba517c45faf4781c3057ebe59ea8a95a0754 /Lib/exception.i
parentdafc4dbdfc0a83757b8561dff4bca75250f3eb5c (diff)
downloadswig-1122c39ec418f87eb5bfc055dc488253452154c7.tar.gz
add the SWIGUTL macro to identify a language using the Unified Typemap Library, and using it around
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8594 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/exception.i')
-rw-r--r--Lib/exception.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/exception.i b/Lib/exception.i
index 5e7b776c4..2cafa7813 100644
--- a/Lib/exception.i
+++ b/Lib/exception.i
@@ -5,7 +5,7 @@
//
// This SWIG library file provides language independent exception handling
-#if defined(SWIGPERL) || defined(SWIGTCL) || defined(SWIGRUBY) || defined(SWIGPYTHON)
+#if defined(SWIGUTL)
#error "This version of exception.i should not be used"
#endif