mirror of https://github.com/rusefi/lua.git
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