mirror of
https://github.com/lua/lua.git
synced 2025-01-28 06:03:00 +08: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.