diff options
Diffstat (limited to 'src/lanes.lua')
-rw-r--r-- | src/lanes.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lanes.lua b/src/lanes.lua index 6cbbd65..affbd7d 100644 --- a/src/lanes.lua +++ b/src/lanes.lua | |||
@@ -220,6 +220,9 @@ lanes.configure = function( settings_) | |||
220 | ["debug"] = true, | 220 | ["debug"] = true, |
221 | ["bit32"] = true, -- Lua 5.2 only, ignored silently under 5.1 | 221 | ["bit32"] = true, -- Lua 5.2 only, ignored silently under 5.1 |
222 | ["utf8"] = true, -- Lua 5.3 only, ignored silently under 5.1 and 5.2 | 222 | ["utf8"] = true, -- Lua 5.3 only, ignored silently under 5.1 and 5.2 |
223 | ["bit"] = true, -- LuaJIT only, ignored silently under PUC-Lua | ||
224 | ["jit"] = true, -- LuaJIT only, ignored silently under PUC-Lua | ||
225 | ["ffi"] = true, -- LuaJIT only, ignored silently under PUC-Lua | ||
223 | -- | 226 | -- |
224 | ["base"] = true, | 227 | ["base"] = true, |
225 | ["coroutine"] = true, -- part of "base" in Lua 5.1 | 228 | ["coroutine"] = true, -- part of "base" in Lua 5.1 |