diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-05-23 11:41:20 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-05-23 11:41:20 -0300 |
| commit | 892aff2a07585eee25bf9fd68e9c2538d537b74f (patch) | |
| tree | 2842ea5bc0cfa0fb5a49fa10867161df9a02683b | |
| parent | 02ed0b2c300e9db643454743a26537756dc90b67 (diff) | |
| download | lua-892aff2a07585eee25bf9fd68e9c2538d537b74f.tar.gz lua-892aff2a07585eee25bf9fd68e9c2538d537b74f.tar.bz2 lua-892aff2a07585eee25bf9fd68e9c2538d537b74f.zip | |
avoid circular inclusion between ltm.h <-> lstate.h
| -rw-r--r-- | ltm.h | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltm.h,v 2.34 2018/02/27 17:48:28 roberto Exp roberto $ | 2 | ** $Id: ltm.h,v 2.35 2018/04/04 14:23:41 roberto Exp roberto $ |
| 3 | ** Tag methods | 3 | ** Tag methods |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -9,7 +9,6 @@ | |||
| 9 | 9 | ||
| 10 | 10 | ||
| 11 | #include "lobject.h" | 11 | #include "lobject.h" |
| 12 | #include "lstate.h" | ||
| 13 | 12 | ||
| 14 | 13 | ||
| 15 | /* | 14 | /* |
