aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby')
-rw-r--r--include/ruby/defines.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ruby/defines.h b/include/ruby/defines.h
index 99305b2c4b..46f3399b0c 100644
--- a/include/ruby/defines.h
+++ b/include/ruby/defines.h
@@ -114,6 +114,10 @@ void xfree(void*);
#define STRINGIZE0(expr) #expr
#endif
+#ifdef HAVE_LONG_LONG 1
+# define HAVE_TRUE_LONG_LONG 1
+#endif
+
#if SIZEOF_LONG_LONG > 0
# define LONG_LONG long long
#elif SIZEOF___INT64 > 0