mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
14edd364c3
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.