diff options
Diffstat (limited to 'ltable.c')
-rw-r--r-- | ltable.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -278,7 +278,7 @@ static int equalkey (const TValue *k1, const Node *n2, int deadok) { | |||
278 | /* | 278 | /* |
279 | ** Returns the real size of the 'array' array | 279 | ** Returns the real size of the 'array' array |
280 | */ | 280 | */ |
281 | LUAI_FUNC unsigned int luaH_realasize (const Table *t) { | 281 | unsigned int luaH_realasize (const Table *t) { |
282 | if (limitequalsasize(t)) | 282 | if (limitequalsasize(t)) |
283 | return t->alimit; /* this is the size */ | 283 | return t->alimit; /* this is the size */ |
284 | else { | 284 | else { |