Merge topic 'update-kwsys'

e433223d Merge branch 'upstream-kwsys' into update-kwsys
9a427f86 KWSys 2015-03-10 (4a698414)
This commit is contained in:
Brad King 2015-03-12 15:26:41 -04:00 committed by CMake Topic Stage
commit 0d58b082d0
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ static const unsigned long _stl_prime_list[_stl_num_primes] =
return &_stl_prime_list[0]; }
inline size_t _stl_next_prime(size_t __n)
static inline size_t _stl_next_prime(size_t __n)
{
const unsigned long* __first = get_stl_prime_list();
const unsigned long* __last = get_stl_prime_list() + (int)_stl_num_primes;