mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
forgot to commit too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fb5d5d48db
commit
2afb25bc80
2 changed files with 2 additions and 2 deletions
|
@ -230,7 +230,7 @@ flush_register_windows(void)
|
|||
;
|
||||
}
|
||||
# define FLUSH_REGISTER_WINDOWS flush_register_windows()
|
||||
#elif defined(IA64)
|
||||
#elif defined(__ia64)
|
||||
void *rb_ia64_bsp(void);
|
||||
void rb_ia64_flushrs(void);
|
||||
# define FLUSH_REGISTER_WINDOWS rb_ia64_flushrs()
|
||||
|
|
2
ruby.h
2
ruby.h
|
@ -583,7 +583,7 @@ NORETURN(void rb_throw(const char*,VALUE));
|
|||
|
||||
VALUE rb_require(const char*);
|
||||
|
||||
#ifdef IA64
|
||||
#ifdef __ia64
|
||||
void ruby_init_stack(VALUE*, void*);
|
||||
#define RUBY_INIT_STACK \
|
||||
VALUE variable_in_this_stack_frame; \
|
||||
|
|
Loading…
Reference in a new issue