aboutsummaryrefslogtreecommitdiffstats
path: root/lua/inet/bitops/init.lua
blob: 6af992be3ba4dbfdc2c8e0b58cf5f07148da3b69 (plain) (blame)
1
2
3
4
5
6
local versions = {
	['Lua 5.2'] = 'bit32',
}

local library = versions[_VERSION] or 'inet.bitops.native'
return assert(require(library))