mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
52c8679760
Fixed the bug that a key removed from a table might not be found
again by 'next'. (This is needed to allow keys to be removed during a
traversal.) This bug was introduced in commit 73ec04fc.