aboutsummaryrefslogtreecommitdiff
path: root/lgc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.c')
-rw-r--r--lgc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lgc.c b/lgc.c
index bbaa5ff7..a775b6e5 100644
--- a/lgc.c
+++ b/lgc.c
@@ -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