aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.h')
-rw-r--r--ruby.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.h b/ruby.h
index c21661f1d2..50ebea3d29 100644
--- a/ruby.h
+++ b/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; \