diff options
Diffstat (limited to 'lcorolib.c')
-rw-r--r-- | lcorolib.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -116,7 +116,8 @@ static int luaB_yield (lua_State *L) { | |||
116 | #define COS_NORM 3 | 116 | #define COS_NORM 3 |
117 | 117 | ||
118 | 118 | ||
119 | static const char *statname[] = {"running", "dead", "suspended", "normal"}; | 119 | static const char *const statname[] = |
120 | {"running", "dead", "suspended", "normal"}; | ||
120 | 121 | ||
121 | 122 | ||
122 | static int auxstatus (lua_State *L, lua_State *co) { | 123 | static int auxstatus (lua_State *L, lua_State *co) { |