change variable name for Ruby

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8603 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-01-29 01:14:57 +00:00
commit f7246bc667

View file

@ -64,7 +64,7 @@
struct A
{
static int sfoovar;
static const int csfoovar = 1;
static const int CSFOOVAR = 1;
int foovar;
int efoovar;