mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
20d42ccaae
Any call to 'va_start' must have a corresponding call to 'va_end'; so, functions called between them (luaO_pushvfstring in particular) cannot raise errors.