mirror of
https://github.com/lua/lua
synced 2024-11-22 04:41:23 +03:00
Details
correction in macro for hard tests + type in comment
This commit is contained in:
parent
cf613cdc6f
commit
86ec152433
2
lapi.c
2
lapi.c
@ -1143,7 +1143,7 @@ LUA_API int lua_gc (lua_State *L, int what, ...) {
|
||||
va_start(argp, what);
|
||||
switch (what) {
|
||||
case LUA_GCSTOP: {
|
||||
g->gcstp = GCSTPUSR; /* stopeed by the user */
|
||||
g->gcstp = GCSTPUSR; /* stopped by the user */
|
||||
break;
|
||||
}
|
||||
case LUA_GCRESTART: {
|
||||
|
Loading…
Reference in New Issue
Block a user