diff options
Diffstat (limited to '')
| -rw-r--r-- | lgc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -624,7 +624,7 @@ static l_mem traversetable (global_State *g, Table *h) { | |||
| 624 | linkgclist(h, g->allweak); /* must clear collected entries */ | 624 | linkgclist(h, g->allweak); /* must clear collected entries */ |
| 625 | break; | 625 | break; |
| 626 | } | 626 | } |
| 627 | return 1 + 2*sizenode(h) + h->asize; | 627 | return cast(l_mem, 1 + 2*sizenode(h) + h->asize); |
| 628 | } | 628 | } |
| 629 | 629 | ||
| 630 | 630 | ||
