mirror of
https://github.com/lua/lua.git
synced 2026-08-04 04:19:06 +00:00
Instead of a 'tocont' flag, the function 'warn' in Lua now receives all message pieces as multiple arguments in a single call. Besides being simpler to use, this implementation ensures that Lua code cannot create unfinished warnings.