lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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