mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
1 changed files with 1 additions and 1 deletions
2
ruby.h
2
ruby.h
|
@ -606,7 +606,7 @@ VALUE rb_require(const char*);
|
|||
|
||||
#ifdef __ia64
|
||||
void ruby_init_stack(VALUE*, void*);
|
||||
#define RUBY_INTT_STACK \
|
||||
#define RUBY_INIT_STACK \
|
||||
VALUE variable_in_this_stack_frame; \
|
||||
ruby_init_stack(&variable_in_this_stack_frame, rb_ia64_bsp());
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue