summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'node.h')
-rw-r--r--node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.h b/node.h
index 382d266563..87c0a4587f 100644
--- a/node.h
+++ b/node.h
@@ -387,7 +387,7 @@ typedef struct {
volatile int status;
} rb_jmpbuf_t[1];
#else
-typedef jmp_buf rb_jmpbuf_t;
+typedef RUBY_JMP_BUF rb_jmpbuf_t;
#endif
enum rb_thread_status {