change the %catchs name to %catches
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8357 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
4c0a13cfb9
commit
a925249e0b
5 changed files with 31 additions and 18 deletions
|
|
@ -467,7 +467,7 @@ class Allocate : public Dispatcher {
|
|||
void mark_exception_classes(Node *n) {
|
||||
ParmList *throws = 0;
|
||||
/* the "catchs" feature take precedence over the original throw list */
|
||||
String *sthrows = Getattr(n,"feature:catchs");
|
||||
String *sthrows = Getattr(n,"feature:catches");
|
||||
if (sthrows) {
|
||||
throws = Swig_cparse_parms(sthrows);
|
||||
if (throws) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue