lua-users home
lua-l archive

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


On 7 April 2016 at 13:34, Duane Leslie <parakleta@darkreality.org> wrote:
> LUA_PACKPADBYTE (not necessarily '\0')
>
> The padding option is definitely convenient but I dislike padding with LUA_PACKPADBYTE rather than '\0'

LUA_PACKPADBYTE *is* defined as '\0'.
If you're defining it to something else, don't complain that it's different....