aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-04 07:51:18 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-04 07:51:18 +0000
commitf8de9b045a21a73a116ff9c4712013e1ae63fee0 (patch)
tree581cf88e987321cd865a659ddc24b71225382994 /util.c
parentbeaf2ace87dee90c1afcaf624335a54a5019f745 (diff)
downloadruby-f8de9b045a21a73a116ff9c4712013e1ae63fee0.tar.gz
define NO_LONG_LONG appropriately
as documented above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util.c b/util.c
index 757faee396..2c1ae8600c 100644
--- a/util.c
+++ b/util.c
@@ -745,6 +745,8 @@ ruby_getcwd(void)
#if HAVE_LONG_LONG
#define Llong LONG_LONG
+#else
+#define NO_LONG_LONG
#endif
#ifdef DEBUG