Fixed up checking for constants.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8408 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
02faa27d3f
commit
8a3351d794
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@
|
|||
%rename("%(camelcase)s", %isclass) "";
|
||||
|
||||
/* Constants are UPPER_CASE */
|
||||
%rename("%(uppercase)s", %isconstant) "";
|
||||
%rename("%(uppercase)s",%isvariable,%isimmutable) "";
|
||||
%rename("%(uppercase)s", %isconstant) "";
|
||||
|
||||
/* Method names should be changed so that they are
|
||||
lower_case_with_underscores */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue