1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
shyouhei 2018-01-04 07:51:18 +00:00
parent beaf2ace87
commit f8de9b045a

2
util.c
View file

@ -745,6 +745,8 @@ ruby_getcwd(void)
#if HAVE_LONG_LONG
#define Llong LONG_LONG
#else
#define NO_LONG_LONG
#endif
#ifdef DEBUG