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 f24074f9..cf62a45c 100644
--- a/lgc.c
+++ b/lgc.c
@@ -998,7 +998,7 @@ static void sweep2old (lua_State *L, GCObject **p) {
998*/ 998*/
999static GCObject **sweepgen (lua_State *L, global_State *g, GCObject **p, 999static GCObject **sweepgen (lua_State *L, global_State *g, GCObject **p,
1000 GCObject *limit) { 1000 GCObject *limit) {
1001 static lu_byte nextage[] = { 1001 static const lu_byte nextage[] = {
1002 G_SURVIVAL, /* from G_NEW */ 1002 G_SURVIVAL, /* from G_NEW */
1003 G_OLD1, /* from G_SURVIVAL */ 1003 G_OLD1, /* from G_SURVIVAL */
1004 G_OLD1, /* from G_OLD0 */ 1004 G_OLD1, /* from G_OLD0 */