fix for directors, now the test-suite runs again using -directors
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8856 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
60fca08fd8
commit
3d6ad6e78d
6 changed files with 31 additions and 10 deletions
|
|
@ -1997,7 +1997,7 @@ module_directive: MODULE options idstring {
|
|||
if ($2) {
|
||||
Setattr($$,"options",$2);
|
||||
if (Getattr($2,"directors")) {
|
||||
/* Wrapper_director_mode_set(1);*/
|
||||
Wrapper_director_mode_set(1);
|
||||
}
|
||||
if (Getattr($2,"templatereduce")) {
|
||||
template_reduce = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue