mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4f1b07e9eb
commit
278b494ba7
1 changed files with 1 additions and 1 deletions
2
bignum.c
2
bignum.c
|
@ -4119,7 +4119,7 @@ power_cache_init(void)
|
|||
static inline VALUE
|
||||
power_cache_get_power(int base, int power_level, size_t *numdigits_ret)
|
||||
{
|
||||
/*
|
||||
/*
|
||||
* MAX_BIG2STR_TABLE_ENTRIES is big enough to that
|
||||
* big2str_power_cache[base][MAX_BIG2STR_TABLE_ENTRIES-1] fills whole memory.
|
||||
* So MAX_BIG2STR_TABLE_ENTRIES <= power_level is not possible to calculate.
|
||||
|
|
Loading…
Add table
Reference in a new issue