lua-users home
lua-l archive

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


Hi, I've recently been hacking around on the Lua parser and noticed that Vardesc has TValuefields in the inline struct vd, but also the TValue k member. The former TValuefields is never actually used, and can be removed without any errors.