summaryrefslogtreecommitdiff
path: root/ruby.h
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-29 08:28:54 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-29 08:28:54 +0000
commit28cbfaba2b6e1a385f3e7331a0a223e8ecda2071 (patch)
tree825a03847be026ec9b3501087f24eed026298518 /ruby.h
parent7544bfc130b6d75fd77defff3f47fd06e2ebf9bd (diff)
* ruby.h (LLONG_MIN): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 f624ed1863..cb617c481e 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_MIX
+# define LLONG_MIN _I64_MIN
# else
# define LLONG_MIN (-LLONG_MAX-1)
# endif