diff options
author | Brad King <brad.king@kitware.com> | 2015-03-12 19:26:41 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-03-12 19:26:41 (GMT) |
commit | 0d58b082d00b8dc0fc678911e6e3c489c0bd5a9a (patch) | |
tree | dc1b63a9ebc8a11d1cabe193c858d2f7f875d955 /Source | |
parent | f25aa204a284e601f5b0debc3709f725e2b1d300 (diff) | |
parent | e433223d1ef9d3cba35a610d9ecd483cd99e39fe (diff) | |
download | CMake-0d58b082d00b8dc0fc678911e6e3c489c0bd5a9a.zip CMake-0d58b082d00b8dc0fc678911e6e3c489c0bd5a9a.tar.gz CMake-0d58b082d00b8dc0fc678911e6e3c489c0bd5a9a.tar.bz2 |
Merge topic 'update-kwsys'
e433223d Merge branch 'upstream-kwsys' into update-kwsys
9a427f86 KWSys 2015-03-10 (4a698414)
Diffstat (limited to 'Source')
-rw-r--r-- | Source/kwsys/hashtable.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/hashtable.hxx.in b/Source/kwsys/hashtable.hxx.in index 307f6bc..7e7dc42 100644 --- a/Source/kwsys/hashtable.hxx.in +++ b/Source/kwsys/hashtable.hxx.in @@ -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; |