diff options
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -982,7 +982,7 @@ static int gc_printobj (lua_State *L) { | |||
982 | } | 982 | } |
983 | 983 | ||
984 | 984 | ||
985 | static const char *statenames[] = { | 985 | static const char *const statenames[] = { |
986 | "propagate", "enteratomic", "atomic", "sweepallgc", "sweepfinobj", | 986 | "propagate", "enteratomic", "atomic", "sweepallgc", "sweepfinobj", |
987 | "sweeptobefnz", "sweepend", "callfin", "pause", ""}; | 987 | "sweeptobefnz", "sweepend", "callfin", "pause", ""}; |
988 | 988 | ||