Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2016-07-17 14:38:26 +02:00
7 changed files with 13 additions and 13 deletions

View File

@@ -13,7 +13,7 @@
------------------------------------------------------------------------------
local type = type
local sub, byte, format = string.sub, string.byte, string.format
local byte, format = string.byte, string.format
local match, gmatch, gsub = string.match, string.gmatch, string.gsub
local concat = table.concat
local bit = require("bit")