Modify following features to work as flags, so that they can be truely set and unset:
new git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7564 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
edf98b69c7
commit
656cb7ab06
15 changed files with 36 additions and 36 deletions
|
|
@ -366,7 +366,7 @@ public:
|
|||
Replaceall(tm,"$source","result");
|
||||
Replaceall(tm,"$target","values[0]");
|
||||
Replaceall(tm,"$result","values[0]");
|
||||
if (Getattr(n, "feature:new"))
|
||||
if (GetFlag(n, "feature:new"))
|
||||
Replaceall(tm, "$owner", "1");
|
||||
else
|
||||
Replaceall(tm, "$owner", "0");
|
||||
|
|
@ -383,7 +383,7 @@ public:
|
|||
|
||||
// Look for any remaining cleanup
|
||||
|
||||
if (Getattr(n,"feature:new")) {
|
||||
if (GetFlag(n,"feature:new")) {
|
||||
if ((tm = Swig_typemap_lookup_new("newfree",n,"result",0))) {
|
||||
Replaceall(tm,"$source","result");
|
||||
Printv(f->code, tm, "\n",NIL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue