summaryrefslogtreecommitdiff
path: root/src/lua51/lundump.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua51/lundump.c')
-rw-r--r--src/lua51/lundump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua51/lundump.c b/src/lua51/lundump.c
index 564f218..5299f55 100644
--- a/src/lua51/lundump.c
+++ b/src/lua51/lundump.c
@@ -108,7 +108,7 @@ static void LoadConstants(LoadState* S, Proto* f)
for (i=0; i<n; i++)
{
TValue* o=&f->k[i];
- int t=LoadChar(S);
+ int t=LoadChar(S); //c 用一个字节标识类型
switch (t)
{
case LUA_TNIL: