Revered _mSWIG to rubyhead.swg as some tests would fail.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9931 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
dec7109eb5
commit
94a6b8ddb1
2 changed files with 3 additions and 3 deletions
|
|
@ -95,3 +95,4 @@
|
|||
#define rb_undef_alloc_func(klass) rb_undef_method(CLASS_OF((klass)), "new")
|
||||
#endif
|
||||
|
||||
static VALUE _mSWIG = Qnil;
|
||||
|
|
|
|||
|
|
@ -75,12 +75,11 @@ typedef struct {
|
|||
} swig_class;
|
||||
|
||||
|
||||
/* Global module used to keep some internal SWIG stuff */
|
||||
static VALUE _mSWIG = Qnil;
|
||||
/* Global pointer used to keep some internal SWIG stuff */
|
||||
static VALUE _cSWIG_Pointer = Qnil;
|
||||
static VALUE swig_runtime_data_type_pointer = Qnil;
|
||||
|
||||
/* Global module used to keep some internal SWIG stuff */
|
||||
/* Global IDs used to keep some internal SWIG stuff */
|
||||
static ID swig_arity_id = 0;
|
||||
static ID swig_call_id = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue