lua-users home
lua-l archive

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


Because of the ifndef guard, the code will still compile so this is essentially a non-issue (at least as far as compiling).  My guess is that any time one of those is included they want both of them included.

On Sat, May 19, 2018 at 9:43 PM, Jon Chesterfield <jonathanchesterfield@gmail.com> wrote:
Hi,

I was directed here from github https://github.com/lua/lua/pull/18

Deleting #include "lstate.h" from ltm.h looks like the right fix to me.

Cheers,

Jon