diff options
Diffstat (limited to 'lgc.c')
-rw-r--r-- | lgc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -998,7 +998,7 @@ static void sweep2old (lua_State *L, GCObject **p) { | |||
998 | */ | 998 | */ |
999 | static GCObject **sweepgen (lua_State *L, global_State *g, GCObject **p, | 999 | static 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 */ |