Sat, 01 Nov 2014 23:34:21 +0000
Lua 5.2 compatibility hack
module("err", package.seeall) function file_pos(f, pos, e) error(string.format("%s:%d: %s", f, pos, e)) end function file(f, e) error(string.format("%s %s", f, e)) end