aboutsummaryrefslogtreecommitdiff
path: root/Lib/swig.swg
diff options
context:
space:
mode:
authorMarcelo Matus <mmatus@acms.arizona.edu>2006-01-10 18:47:51 +0000
committerMarcelo Matus <mmatus@acms.arizona.edu>2006-01-10 18:47:51 +0000
commite676d2f8bd5e77a5fb0377b099bb2c5b0970991f (patch)
tree545ec3089c4bfb5cf1718d11e1f8194f6fa7bd77 /Lib/swig.swg
parentb044703d0d2b7a33ded626eef5c90f353170bca1 (diff)
downloadswig-e676d2f8bd5e77a5fb0377b099bb2c5b0970991f.tar.gz
rename %throws to %catchs
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8351 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/swig.swg')
-rw-r--r--Lib/swig.swg6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/swig.swg b/Lib/swig.swg
index 77ecd0fe1..23e0d8edc 100644
--- a/Lib/swig.swg
+++ b/Lib/swig.swg
@@ -88,10 +88,10 @@
#define %clearexception %feature("except","")
-/* the %throws directive */
+/* the %catchs directive */
-#define %throws(tlist...) %feature("throws","("`tlist`")")
-#define %clearthrows %feature("throws","")
+#define %catchs(tlist...) %feature("catchs","("`tlist`")")
+#define %clearcatchs %feature("catchs","")
/* the %exceptionclass directive */