aboutsummaryrefslogtreecommitdiff
path: root/ldump.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2013-04-12 16:07:09 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2013-04-12 16:07:09 -0300
commit8f8665fffad817d764ce03a53385f2ee08cb0a91 (patch)
treeec8ac7607d5553acdd10f096369f5b28ebc0ace8 /ldump.c
parent49c1607157560f0775f3c697cca47b06978cc3e5 (diff)
downloadlua-8f8665fffad817d764ce03a53385f2ee08cb0a91.tar.gz
lua-8f8665fffad817d764ce03a53385f2ee08cb0a91.tar.bz2
lua-8f8665fffad817d764ce03a53385f2ee08cb0a91.zip
'ttypenv' -> 'ttnov'
Diffstat (limited to 'ldump.c')
-rw-r--r--ldump.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ldump.c b/ldump.c
index 7a17d700..6864a3fa 100644
--- a/ldump.c
+++ b/ldump.c
@@ -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;