commit | fb1813cb8d44e7069444f957d21bd460ddc234ab | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Fri Aug 22 19:34:15 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Fri Aug 22 19:34:15 2008 +0000 |
tree | d93470f400138b6793f77521efbd901d0870c71d | |
parent | af1aae3aa6ea11b39a9fe24ddcaf9caaa537261b [diff] |
Changed type of numarenas from uint to size_t to silence a GCC warning on 64bit OSes. Reviewed by Benjamin Peterson.