mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
avoid circular inclusion between ltm.h <-> lstate.h
This commit is contained in:
parent
02ed0b2c30
commit
892aff2a07
1 changed files with 1 additions and 2 deletions
3
ltm.h
3
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"
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue