On Jul 31, 2012, at 2:26 PM, Stefan Sperling wrote:

> The limit value is defined as an int (see opt_state defitinion in
> subversion/svn/cl.h). According to the C standard an int is always
> 32bit in size, and signed.

FWIW, the C standard doesn't actually specify the absolute size of an int--it 
only specifies its size relative to the other integral types: sizeof(short) <= 
sizeof(int) <= sizeof(long)

That said, in practice, int is probably 32 bits on everything you'd want to svn 
on. It's 16 bits on some microcontrollers, for example. And I think it's 64 
bits on a supercomputer or two.
-- 
Name: Dave Huang         |  Mammal, mammal / their names are called /
INet: k...@azeotrope.org |  they raise a paw / the bat, the cat /
FurryMUCK: Dahan         |  dolphin and dog / koala bear and hog -- TMBG
Dahan: Hani G Y+C 36 Y++ L+++ W- C++ T++ A+ E+ S++ V++ F- Q+++ P+ B+ PA+ PL++

Reply via email to