fixes for the except/callback attributes to follow new flag feature convention

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7604 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-10-07 13:17:41 +00:00
commit fd9db14a98
3 changed files with 14 additions and 18 deletions

View file

@ -453,7 +453,7 @@ void emit_action(Node *n, Wrapper *f) {
/* Look for except feature */
if (!tm) {
tm = Getattr(n,"feature:except");
tm = GetFlagAttr(n,"feature:except");
if (tm) tm = Copy(tm);
}
if ((tm) && Len(tm) && (Strcmp(tm,"1") != 0)) {