X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;ds=sidebyside;f=util%2Farray.lua;h=b10396b105e4613e329bcd621680ccfe2601a879;hb=e29bf2590cc792999e9dc7ee5f197c71ef5dfd88;hp=6f2abe0471814a84dee908cf280cc31ae41ce858;hpb=eef946a630913dcf09a23233b8a7a253c2cf3b64;p=prosody.git diff --git a/util/array.lua b/util/array.lua index 6f2abe04..b10396b1 100644 --- a/util/array.lua +++ b/util/array.lua @@ -14,6 +14,7 @@ local math_random = math.random; local math_floor = math.floor; local pairs, ipairs = pairs, ipairs; local tostring = tostring; +local type = type; local array = {}; local array_base = {};