Initial changes for limited MI support in Ruby (still under construction!)

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4707 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Logan Johnson 2003-04-25 17:38:42 +00:00
commit 183be41892
2 changed files with 115 additions and 65 deletions

View file

@ -71,7 +71,8 @@
#endif
typedef struct {
VALUE klass;
VALUE klass;
VALUE mImpl;
void (*mark)(void *);
void (*destroy)(void *);
} swig_class;