lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


In the online 5.1 manual:

int lua_gc (lua_State *L, int what, int data);
   ...
   * LUA_GCSETSTEPMUL: sets arg/100 as the new value for the step
multiplier of the collector (see §2.10). The function returns the
previous value of the step multiplier.


should this be sets data/100 instead of arg/100?