* 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
2
bignum.c
2
bignum.c
@ -4119,7 +4119,7 @@ power_cache_init(void)
|
|||||||
static inline VALUE
|
static inline VALUE
|
||||||
power_cache_get_power(int base, int power_level, size_t *numdigits_ret)
|
power_cache_get_power(int base, int power_level, size_t *numdigits_ret)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* MAX_BIG2STR_TABLE_ENTRIES is big enough to that
|
* MAX_BIG2STR_TABLE_ENTRIES is big enough to that
|
||||||
* big2str_power_cache[base][MAX_BIG2STR_TABLE_ENTRIES-1] fills whole memory.
|
* big2str_power_cache[base][MAX_BIG2STR_TABLE_ENTRIES-1] fills whole memory.
|
||||||
* So MAX_BIG2STR_TABLE_ENTRIES <= power_level is not possible to calculate.
|
* So MAX_BIG2STR_TABLE_ENTRIES <= power_level is not possible to calculate.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user