summaryrefslogtreecommitdiff
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 8de1a2f425..f624ed1863 100644
--- a/ruby.h
+++ b/ruby.h
@@ -109,7 +109,7 @@ typedef unsigned long ID;
# define LLONG_MIN LONG_LONG_MIN
# else
# ifdef _I64_MIN
-# define LLONG_MIN _I64_MAX
+# define LLONG_MIN _I64_MIX
# else
# define LLONG_MIN (-LLONG_MAX-1)
# endif