change the %catchs name to %catches
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8357 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a9769137ed
commit
bc39db5341
5 changed files with 31 additions and 18 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue