Changed rename check for constants to use %hasconsttype

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8444 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Charlie Savage 2006-01-15 00:49:54 +00:00
commit de0b9ba295

View file

@ -12,7 +12,7 @@
%rename("%(camelcase)s", %isclass) "";
/* Constants are UPPER_CASE */
%rename("%(uppercase)s",%isvariable,%isimmutable) "";
%rename("%(uppercase)s",%hasconsttype) "";
%rename("%(uppercase)s", %isconstant) "";
/* Method names should be changed so that they are