SIGN IN SIGN UP

Lua: add unpack shim for Lua 5.2/5.3 compatibility.

The global unpack function got moved to table.unpack in Lua 5.2, and
it's only available as the global if 5.2 is built with compatibility
enabled (the default). Lua 5.3 does not build with 5.1 compatibility by
default.

Fixes #1648.
T
torque committed
4ff29f33b0d86888a02524df5d6085c4bc29477e
Parent: fc571e0
Committed by wm4 <wm4@nowhere> on 3/6/2015, 11:28:20 AM