lua-users home
lua-l archive

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


> So, as the assumption is that 256 is impossible value, we can set up assert or condition to test that value.

The code already has this:
     lua_assert(token == cast(unsigned char, token));