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 /ldump.c | |
| parent | 49c1607157560f0775f3c697cca47b06978cc3e5 (diff) | |
| download | lua-8f8665fffad817d764ce03a53385f2ee08cb0a91.tar.gz lua-8f8665fffad817d764ce03a53385f2ee08cb0a91.tar.bz2 lua-8f8665fffad817d764ce03a53385f2ee08cb0a91.zip | |
'ttypenv' -> 'ttnov'
Diffstat (limited to 'ldump.c')
| -rw-r--r-- | ldump.c | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ldump.c,v 2.16 2011/11/24 13:25:41 roberto Exp roberto $ | 2 | ** $Id: ldump.c,v 2.17 2012/01/23 23:02:10 roberto Exp roberto $ |
| 3 | ** save precompiled Lua chunks | 3 | ** save precompiled Lua chunks |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -84,8 +84,8 @@ static void DumpConstants(const Proto* f, DumpState* D) | |||
| 84 | for (i=0; i<n; i++) | 84 | for (i=0; i<n; i++) |
| 85 | { | 85 | { |
| 86 | const TValue* o=&f->k[i]; | 86 | const TValue* o=&f->k[i]; |
| 87 | DumpChar(ttypenv(o),D); | 87 | DumpChar(ttnov(o),D); |
| 88 | switch (ttypenv(o)) | 88 | switch (ttnov(o)) |
| 89 | { | 89 | { |
| 90 | case LUA_TNIL: | 90 | case LUA_TNIL: |
| 91 | break; | 91 | break; |
