aboutsummaryrefslogtreecommitdiff
path: root/src/3rdParty/lua/lstate.h
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2021-08-17 23:09:27 +0800
committerLi Jin <dragon-fly@qq.com>2021-08-17 23:09:27 +0800
commit38908616d0e08b72e6b00d18490ed917fa643e4f (patch)
tree4311b80a505f4c3819c8cb2c3c937296fef0356f /src/3rdParty/lua/lstate.h
parent792e942f5269655ee03c48400999f3604b84396c (diff)
downloadyuescript-38908616d0e08b72e6b00d18490ed917fa643e4f.tar.gz
yuescript-38908616d0e08b72e6b00d18490ed917fa643e4f.tar.bz2
yuescript-38908616d0e08b72e6b00d18490ed917fa643e4f.zip
reset Yuescript version since it's a minor version with new feature. update Lua lib.
Diffstat (limited to 'src/3rdParty/lua/lstate.h')
-rw-r--r--src/3rdParty/lua/lstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdParty/lua/lstate.h b/src/3rdParty/lua/lstate.h
index c1283bb..44cf939 100644
--- a/src/3rdParty/lua/lstate.h
+++ b/src/3rdParty/lua/lstate.h
@@ -165,7 +165,7 @@ typedef struct stringtable {
165** - field 'nyield' is used only while a function is "doing" an 165** - field 'nyield' is used only while a function is "doing" an
166** yield (from the yield until the next resume); 166** yield (from the yield until the next resume);
167** - field 'nres' is used only while closing tbc variables when 167** - field 'nres' is used only while closing tbc variables when
168** returning from a C function; 168** returning from a function;
169** - field 'transferinfo' is used only during call/returnhooks, 169** - field 'transferinfo' is used only during call/returnhooks,
170** before the function starts or after it ends. 170** before the function starts or after it ends.
171*/ 171*/