* ruby.h: typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
672549bb47
commit
c1699f2a2e
2
ruby.h
2
ruby.h
@ -606,7 +606,7 @@ VALUE rb_require(const char*);
|
|||||||
|
|
||||||
#ifdef __ia64
|
#ifdef __ia64
|
||||||
void ruby_init_stack(VALUE*, void*);
|
void ruby_init_stack(VALUE*, void*);
|
||||||
#define RUBY_INTT_STACK \
|
#define RUBY_INIT_STACK \
|
||||||
VALUE variable_in_this_stack_frame; \
|
VALUE variable_in_this_stack_frame; \
|
||||||
ruby_init_stack(&variable_in_this_stack_frame, rb_ia64_bsp());
|
ruby_init_stack(&variable_in_this_stack_frame, rb_ia64_bsp());
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user