diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-04-12 16:07:09 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-04-12 16:07:09 -0300 |
| commit | 8f8665fffad817d764ce03a53385f2ee08cb0a91 (patch) | |
| tree | ec8ac7607d5553acdd10f096369f5b28ebc0ace8 /ltm.h | |
| parent | 49c1607157560f0775f3c697cca47b06978cc3e5 (diff) | |
| download | lua-8f8665fffad817d764ce03a53385f2ee08cb0a91.tar.gz lua-8f8665fffad817d764ce03a53385f2ee08cb0a91.tar.bz2 lua-8f8665fffad817d764ce03a53385f2ee08cb0a91.zip | |
'ttypenv' -> 'ttnov'
Diffstat (limited to 'ltm.h')
| -rw-r--r-- | ltm.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltm.h,v 2.10 2010/04/13 20:48:12 roberto Exp roberto $ | 2 | ** $Id: ltm.h,v 2.11 2011/02/28 17:32:10 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 | */ |
| @@ -44,7 +44,7 @@ typedef enum { | |||
| 44 | #define fasttm(l,et,e) gfasttm(G(l), et, e) | 44 | #define fasttm(l,et,e) gfasttm(G(l), et, e) |
| 45 | 45 | ||
| 46 | #define ttypename(x) luaT_typenames_[(x) + 1] | 46 | #define ttypename(x) luaT_typenames_[(x) + 1] |
| 47 | #define objtypename(x) ttypename(ttypenv(x)) | 47 | #define objtypename(x) ttypename(ttnov(x)) |
| 48 | 48 | ||
| 49 | LUAI_DDEC const char *const luaT_typenames_[LUA_TOTALTAGS]; | 49 | LUAI_DDEC const char *const luaT_typenames_[LUA_TOTALTAGS]; |
| 50 | 50 | ||
