diff options
Diffstat (limited to 'src/lua51/ltable.c')
-rw-r--r-- | src/lua51/ltable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua51/ltable.c b/src/lua51/ltable.c index 20fde8e..2147642 100644 --- a/src/lua51/ltable.c +++ b/src/lua51/ltable.c @@ -586,7 +586,7 @@ static int unbound_search (Table *t, unsigned int j) { } -//c 获得table长度 +//c 获得table长度(仅数组部分) /* ** Try to find a boundary in table `t'. A `boundary' is an integer index ** such that t[i] is non-nil and t[i+1] is nil (and 0 if t[1] is nil). |