Diff

util/array.lua @ 6418:ae798314347c

Merge 0.10->trunk
author Kim Alvefur <zash@zash.se>
date Thu, 18 Sep 2014 02:22:48 +0200
parent 6417:060b63a27e9b
child 6777:5de6b93d0190
line wrap: on
line diff
--- a/util/array.lua	Tue Sep 16 13:02:21 2014 -0400
+++ b/util/array.lua	Thu Sep 18 02:22:48 2014 +0200
@@ -14,6 +14,7 @@
 local math_floor = math.floor;
 local pairs, ipairs = pairs, ipairs;
 local tostring = tostring;
+local type = type;
 
 local array = {};
 local array_base = {};