Angus Leeming <[EMAIL PROTECTED]> writes:

| Lars Gullik Bjønnes wrote:
>> | Angus> Looking at debug.h, I think we've run out of space in the
>> | Angus> lyx_debug_trai::type enum. 2^24 > 0xffffff (by 1 ;-)
>> 
>> we should be able to go to 2^32. (or at least 31)
>
| In that case, (and I agree), shouldn't ANY be reset:
>
| ANY = 0xffffff
| 2^(32)-1 == 0x7fffffff
>
| ???

Then ANY is missing a byte.

any should be:

ANY = 0xffffffff

-- 
        Lgb

Reply via email to