simple comment
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7575 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
856386a22c
commit
6740a841ce
1 changed files with 1 additions and 1 deletions
|
|
@ -1359,7 +1359,7 @@ public:
|
|||
if( const_enum && name && !Getattr(seen_enumvalues,name) ) {
|
||||
Setattr(seen_enumvalues,name,"true");
|
||||
SetFlag(n,"feature:immutable");
|
||||
Setattr(n,"feature:enumvalue","1");
|
||||
Setattr(n,"feature:enumvalue","1"); // this does not appear to be used
|
||||
|
||||
if( qvalue )
|
||||
Setattr(n,"qualified:value",qvalue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue