Re-organization of the interface feature common code
Move code to new feature.cxx file. Activate it in the allocate phase rather than in individual languages.
This commit is contained in:
parent
fa9d2687cb
commit
a1245ef398
7 changed files with 193 additions and 159 deletions
|
|
@ -729,6 +729,8 @@ Allocate():
|
|||
}
|
||||
}
|
||||
|
||||
Swig_interface_propagate_methods(n);
|
||||
|
||||
/* Only care about default behavior. Remove temporary values */
|
||||
Setattr(n, "allocate:visit", "1");
|
||||
Swig_symbol_setscope(symtab);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue