Fixed typo for RUBY_EMBEDDED.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9707 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8931224836
commit
4feaed41f0
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ static VALUE swig_runtime_data_type_pointer = Qnil;
|
|||
if ( !swig_virtual_calls ) { RUBY_INIT_STACK } \
|
||||
++swig_virtual_calls;
|
||||
# define SWIG_RELEASE_STACK --swig_virtual_calls;
|
||||
# define Ruby__DirectorTypeMismatchException(x) \
|
||||
# define Ruby_DirectorTypeMismatchException(x) \
|
||||
rb_raise( rb_eTypeError, x ); return c_result;
|
||||
|
||||
static unsigned int swig_virtual_calls = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue