On Tuesday 12 July 2011 22:15:00 David Simcha wrote: > If they were size_t then they wouldn't work with ulong bounds. Ah. So the issue is that they need to work with ulong on 32-bit systems, and that doesn't work if the type is size_t. Okay. That makes sense. - Jonathan M Davis