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:
parent
c974e55455
commit
fd9db14a98
3 changed files with 14 additions and 18 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue