commit 892aff2a07585eee25bf9fd68e9c2538d537b74f
parent 02ed0b2c300e9db643454743a26537756dc90b67
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Wed, 23 May 2018 11:40:53 -0300
avoid circular inclusion between ltm.h <-> lstate.h
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ltm.h b/ltm.h
@@ -1,5 +1,5 @@
/*
-** $Id: ltm.h,v 2.34 2018/02/27 17:48:28 roberto Exp roberto $
+** $Id: ltm.h,v 2.35 2018/04/04 14:23:41 roberto Exp roberto $
** Tag methods
** See Copyright Notice in lua.h
*/
@@ -9,7 +9,6 @@
#include "lobject.h"
-#include "lstate.h"
/*