change attribute cplus:exceptionclass to feature:exceptionclass. Now it can be enforced with %feature

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6261 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-09-26 00:48:33 +00:00
commit 66f2d41cc7
2 changed files with 2 additions and 2 deletions

View file

@ -371,7 +371,7 @@ class Allocate : public Dispatcher {
}
Node *c = Swig_symbol_clookup(t,0);
if (c) {
Setattr(c,"cplus:exceptionclass","1");
Setattr(c,"feature:exceptionclass","1");
}
p = nextSibling(p);
}

View file

@ -1178,7 +1178,7 @@ CHICKEN::classHandler(Node *n)
/* Create new strings for building up a wrapper function */
have_constructor = 0;
if (Getattr(n,"cplus:exceptionclass")) {
if (Getattr(n,"feature:exceptionclass")) {
classic = 1;
}