[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Circular #include between lstate.h and ltm.h
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 22 May 2018 08:08:16 -0300
> 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.
The problem in that link is stated like this:
lstate.h uses TM_N from ltm.h and lstate.h uses nothing from ltm.h
Maybe I am missing something, but that statement seems slightly
contradictory.
-- Roberto