mirror of
https://github.com/lua/lua.git
synced 2025-02-04 06:13:04 +08: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.