lua-users home
lua-l archive

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


> Its a diff. The lines starting with > are additions; < is a removal. Easiest solution would be to use an implementation of the POSIX patch utility

Thanks. Applying the patch addressed my issue without requiring me to call lua_gc(L, LUA_GCCOLLECT, 0).