[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: number of bits of int type
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 3 Oct 2010 11:18:48 -0300
> I really would appreciate if someone of the Lua's development team
> could answer the following question:
>
> Did you require in Lua's code that " sizeof( unsigned short ) ==
> sizeof( lv_byte[2] ) ", i.e., unsigned short has 16 bits?
Not on purpose. (But it is difficult to test Lua on platforms where
this is not true.)
-- Roberto