API cleanup (Parms)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9633 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ff41049b1c
commit
b00cef436b
12 changed files with 94 additions and 78 deletions
|
|
@ -106,7 +106,7 @@ void emit_attach_parmmaps(ParmList *l, Wrapper *f) {
|
|||
Printv(f->code, tm, "\n", NIL);
|
||||
np = Getattr(p, "tmap:in:next");
|
||||
while (p && (p != np)) {
|
||||
Setattr(p, "ignore", "1");
|
||||
/* Setattr(p,"ignore","1"); Deprecate */
|
||||
p = nextSibling(p);
|
||||
}
|
||||
} else if (tm) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue