commit | 1d99af8d6960a3b6adc5ed25a8b27e59e21970d3 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Mar 30 10:35:09 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Mar 30 10:35:09 2002 +0000 |
tree | 8432261291c5ad2779ba5def208718956f8625d9 | |
parent | 8deda70b16c0683c3d8718f751d8668f13977c70 [diff] |
Changed the #-of-arenas counters to uints -- no need to be insane about this. But added an overflow check just in case there is. Got rid of the ushort macro. It wasn't used anymore (it was only used in the no-longer-exists off_t macro), and there's no plausible use for it.