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:
Gonzalo Garramuno 2007-04-29 20:12:48 +00:00
commit 4feaed41f0

View file

@ -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;