capitalization for Ruby
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7658 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9dff4619f6
commit
466974d86a
1 changed files with 2 additions and 3 deletions
|
|
@ -8,14 +8,13 @@
|
|||
|
||||
%inline %{
|
||||
#define ABC -11
|
||||
enum count {zero, one, two};
|
||||
%}
|
||||
enum count {Zero, One, Two}; %}
|
||||
|
||||
|
||||
%clearimmutable;
|
||||
|
||||
%inline %{
|
||||
#define XYZ -22
|
||||
enum backwards {tre=3, duo=2, uno=1};
|
||||
enum backwards {Tre=3, Duo=2, Uno=1};
|
||||
%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue