On Mon, Apr 19, 2010 at 15:21, Norihiro Tanaka <[email protected]> wrote: > Do you regard sizeof (int) as 32-bit ?
I think this assumption is present elsewhere. > If CHARCLASS_INTS == 4, we mayn't be able to compile following code > correctly. I'll fix that though. The right fix is to use longs for charclass, so that the paths with CHARCLASS_INTS == 4 are tested properly and do not rot. Thanks! Paolo
