mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
96f9643f330a4bf0f8cd1973fecdd7161ffbbf68
The counter 'nCcalls' now includes the number of CallInfo structures pre-allocated (so that these "potential" C calls can be made without checking 'nCcalls'). So, when copying this value from a thread to another, in 'lua_resume', it must be corrected to the number of CallInfo structures in the thread being resumed.
Description
Automated archival mirror of github.com/lua/lua
Languages
C
66.4%
Lua
33%
Makefile
0.6%