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:
parent
beaf2ace87
commit
f8de9b045a
1 changed files with 2 additions and 0 deletions
2
util.c
2
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
|
||||
|
|
Loading…
Reference in a new issue