long rule to match exactly const static variable with a value in the declaration
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8459 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5601aff69c
commit
faec0c12fb
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
%rename("%(camelcase)s", %isclass) "";
|
||||
|
||||
/* Constants are UPPER_CASE */
|
||||
%rename("%(uppercase)s",%hasconsttype) "";
|
||||
%rename("%(uppercase)s", %isvariable,%isstatic,%hasvalue,%hasconsttype) "";
|
||||
%rename("%(uppercase)s", %isconstant) "";
|
||||
|
||||
/* Method names should be changed so that they are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue