fix a typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2013-04-05 11:57:59 +00:00
parent 755e09ebf1
commit e9382c7332

View File

@ -114,7 +114,7 @@ void xfree(void*);
#define STRINGIZE0(expr) #expr
#endif
#ifdef HAVE_LONG_LONG 1
#ifdef HAVE_LONG_LONG
# define HAVE_TRUE_LONG_LONG 1
#endif