summaryrefslogtreecommitdiff
path: root/Lib/swig.swg
diff options
context:
space:
mode:
authorMarcelo Matus <mmatus@acms.arizona.edu>2006-01-10 23:17:15 +0000
committerMarcelo Matus <mmatus@acms.arizona.edu>2006-01-10 23:17:15 +0000
commita925249e0b5703bbcd05e51b40dc2e9559cc5bb7 (patch)
tree6aaa00e7a7f6525f8853f1d5bf6f008a635242b9 /Lib/swig.swg
parent4c0a13cfb99c281820f568ec92aac26565084389 (diff)
downloadswig-a925249e0b5703bbcd05e51b40dc2e9559cc5bb7.tar.gz
change the %catchs name to %catches
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8357 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 23e0d8edc..a34bf7ac2 100644
--- a/Lib/swig.swg
+++ b/Lib/swig.swg
@@ -88,10 +88,10 @@
#define %clearexception %feature("except","")
-/* the %catchs directive */
+/* the %catches directive */
-#define %catchs(tlist...) %feature("catchs","("`tlist`")")
-#define %clearcatchs %feature("catchs","")
+#define %catches(tlist...) %feature("catches","("`tlist`")")
+#define %clearcatches %feature("catches","")
/* the %exceptionclass directive */